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

Remove NuGet.Packaging.Core references from arcade tasks. #12906

Closed
2 of 5 tasks
Tracked by #2053
nkolev92 opened this issue Mar 17, 2023 · 0 comments · Fixed by #12907
Closed
2 of 5 tasks
Tracked by #2053

Remove NuGet.Packaging.Core references from arcade tasks. #12906

nkolev92 opened this issue Mar 17, 2023 · 0 comments · Fixed by #12907

Comments

@nkolev92
Copy link
Contributor

  • This issue is blocking
  • This issue is causing unreasonable pain

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

  • Feature changes/additions
  • Bug fixes
  • Internal Infrastructure Improvements

Release Note Description

N/A

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 a pull request may close this issue.

1 participant