0

これらのビルド警告が表示されます。

The referenced project 'X' is targeting a higher framework version (4.5) than this project’s current target framework version (4.0). This may lead to build failures if types from assemblies outside this project’s target framework are used by any project in the dependency chain.

The primary reference "C:\X\X.dll" could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

This may lead to build failures.

誰がどの種類の失敗を知っていますか?

4

1 に答える 1

0

参照するアセンブリが、.NET 4.5 で追加され、4.0 には存在しなかったものを使用している場合、失敗する可能性があります。変更と追加のリストを確認できます。たとえば、ここで: .NET の高レベルの .NET 4.0 と .NET 4.5 の違い

于 2013-09-30T03:08:10.217 に答える