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

Migrate .NET Core projects to vs2017 #336

Merged
merged 10 commits into from
May 30, 2017

Conversation

jeremymeng
Copy link
Contributor

@kzu So far I've only converted the .NET Core projects to use the new .csproj format. There are too much magic in the MSBuild scripts for the Desktop .csproj's...will take more time and likely your help too :)

@jeremymeng
Copy link
Contributor Author

Test failure in appveyor build is addressed by PR #335.

@jeremymeng jeremymeng closed this Mar 25, 2017
@jeremymeng jeremymeng reopened this Mar 25, 2017
@kzu kzu closed this Mar 25, 2017
@kzu kzu reopened this Mar 25, 2017
Moq.NetCore.csproj remains an old PCL project.

Bye-bye wrapped project! I don't miss you.
Remove the PCL project from Moq.sln, but didn't add the new one
because the NuGet.Restore.targets doesn't handle the new project. When
invoking `nuget.exe Restore Moq.sln`, nuget.exe tries to use MSBuild
14.0 which fails on the new .csproj.
@kzu kzu merged commit 0094c40 into devlooped:master May 30, 2017
@kzu kzu deleted the migrate-to-vs2017 branch May 30, 2017 15:23
@kzu
Copy link
Contributor

kzu commented May 30, 2017

Looks great @jeremymeng !

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

Successfully merging this pull request may close these issues.

None yet

2 participants