You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current package doesn't work with VS 2015 build, because of the error:
..\packages\CodeContracts.MSBuild.1.7.11202.1001\build\CodeContracts.MSBuild.targets(6,5): error MSB4019: The imported project "..\packages\CodeContracts.MSBuild.1.7.11202.1001\Contracts\MsBuild\v14.0\Microsoft.CodeContracts.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. [..\Sources\WNP.Listener\Core\Core.csproj]
The problem is that there is no v14.0 directory in the package. Please update the nugget package with latest MsBuild version.
The text was updated successfully, but these errors were encountered:
Current package doesn't work with VS 2015 build, because of the error:
..\packages\CodeContracts.MSBuild.1.7.11202.1001\build\CodeContracts.MSBuild.targets(6,5): error MSB4019: The imported project "..\packages\CodeContracts.MSBuild.1.7.11202.1001\Contracts\MsBuild\v14.0\Microsoft.CodeContracts.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. [..\Sources\WNP.Listener\Core\Core.csproj]
The problem is that there is no v14.0 directory in the package. Please update the nugget package with latest MsBuild version.
The text was updated successfully, but these errors were encountered: