Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for VS 2015 #2

Closed
vladascibulskis opened this issue Dec 2, 2015 · 2 comments
Closed

Support for VS 2015 #2

vladascibulskis opened this issue Dec 2, 2015 · 2 comments

Comments

@vladascibulskis
Copy link

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.

@Igorbek
Copy link
Owner

Igorbek commented Jan 14, 2016

Thanks for reporting. PR #3 addresses this issue.

@Igorbek
Copy link
Owner

Igorbek commented Jan 14, 2016

v1.9.10714.2001 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants