We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In NuGet 5.0 (shipped in 2019), we removed NuGet.Packaging.Core and merged it into NuGet.Packaging.
We ended up creating typeforwarders in NuGet.Packaging.Core , and now we'd likely stop building it.
The biggest reason why we're still building is https://github.com/dotnet/sdk/blob/23bbdf8e62544b04afd333920b109877f427b637/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj#L49.
To allow us to stop building it, we'd need to upgrade all arcade tasks to target versions higher than 5.0.
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In NuGet 5.0 (shipped in 2019), we removed NuGet.Packaging.Core and merged it into NuGet.Packaging.
We ended up creating typeforwarders in NuGet.Packaging.Core , and now we'd likely stop building it.
The biggest reason why we're still building is https://github.com/dotnet/sdk/blob/23bbdf8e62544b04afd333920b109877f427b637/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj#L49.
To allow us to stop building it, we'd need to upgrade all arcade tasks to target versions higher than 5.0.
Release Note Category
Release Note Description
N/A
The text was updated successfully, but these errors were encountered: