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 dotnet9 nuget feeds #109149

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

akoeplinger
Copy link
Member

All the dependencies are on the dotnet10 feeds now.
Also remove System.Net.MsQuic.Transport from Version.Details.xml since we no longer use darc to flow it.

Fixes #106593

All the dependencies are on the dotnet10 feeds now.

Fixes dotnet#106593
@@ -4,10 +4,6 @@
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>fab86913c2513c26d997776758866c100ce986dc</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="9.0.0-alpha.1.24167.3">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's used to flow it if we don't use darc then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing, the networking team manually maintains this for now because they plan to get rid of the package completely.

@akoeplinger akoeplinger merged commit d86f770 into dotnet:main Nov 26, 2024
151 of 155 checks passed
@akoeplinger akoeplinger deleted the remove-dotnet9-feeds branch November 26, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dotnet9 feeds from NuGet.config when dependencies publish into dotnet10 feeds
3 participants