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

Revert NuGet.Versioning version to 4.4.0 #2189

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

tmat
Copy link
Member

@tmat tmat commented Mar 7, 2019

The newer version is causing build failures on .NET Core: https://dev.azure.com/dnceng/public/_build/results?buildId=116977
Need to investigate why, reverting meanwhile.

@tmat tmat changed the title Rever NuGet.Versioning version to 4.4.0 Revert NuGet.Versioning version to 4.4.0 Mar 7, 2019
@tmat tmat merged commit 951b378 into dotnet:master Mar 7, 2019
@tmat tmat deleted the RevertNuGetVersioning branch March 7, 2019 18:56
@ericstj
Copy link
Member

ericstj commented Mar 18, 2019

You need to revert more than just this, NuGetVersion update is also causing problems in CoreFx. The reason these are failing on .NETCore is that MSBuild includes the NuGet assemblies in its deps file. This effectively creates an upper-limit for the versions of those DLLs that an msbuild task can reference. I took a look at the SDK version we use in CoreFx (2.2.103) and it has NuGet 4.9.2, so you could probably use that if it has the APIs you want.

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.

2 participants