-
Notifications
You must be signed in to change notification settings - Fork 644
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
NuGet.Server update to NuGet.Core 2.14.0 #3219
Comments
SemVer? Really? I just realized that my project based on Nuget.Server is completely broken. It was based on nuget 2.6 and it cannot be updated to 2.10.* because of a total internal redesign in MINOR version. Are you seriously talking about SemVer here? |
@justmara there are no breaking API changes for SemVer in 2.14.0, this issue is to update the package dependency. 2.6 -> 2.10.1 on the other hand looks like +2 years and 11 stable releases of changes. |
@emgarten keep us posted when 2.14.0 drops |
@emgarten SemVer is not about numbers (years or stable releases) but about Versioning and Compatibility. And it strictly declares these three statements:
NuGet.Server fails both first two. |
@justmara That is a different discussion and you are absolutely right. We can't roll-back the current version that is out there, unfortunately, as that would also break projects out there. |
NuGet.Core 2.14.0 is available on nuget.org now. NuGet.Server should be updated to depend on it by default to avoid failures on netstandard/netcoreapp packages. The current dependency on NuGet.Core 2.11.1 does not contain support for netstandard. This leads to NuGet.Server displaying In the past it has been very hard for users to track down the cause of this problem, so it would be great if we could avoid it by updating NuGet.Server to work out of the box. //cc @yishaigalatzer @rrelyea |
This is completed in |
Update NuGet.Server to depend on NuGet.Core 2.14.0
This will provide SemVer 2.0.0 support until #3123 is complete.
I've done some basic testing on this and was able to push and install packages with NuGet.Server after updating NuGet.Core on my own installation.
Related to: NuGet/Home#1359
The text was updated successfully, but these errors were encountered: