TeamCityでホストされている内部NuGetサーバーにいくつかのパッケージを作成しました。すべてのパッケージは1つを除いて期待どおりに動作します。私の取得エラー:正しい.NETバージョンのNuGetパッケージをインストールできない
Could not install package 'MYPACKAGE'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
すべてがよさそうだが、それは、このパッケージをインストールすることは不可能です。何かアドバイスありがとうございます。
パッケージに関する詳細情報はありますか?私は同じ問題を抱えていますが、私の鍵で署名されていません。 http://stackoverflow.com/questions/38869711/nuget-package-not-compatible-with-framework –