-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove dotnet9 nuget feeds #109149
Conversation
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"> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
All the dependencies are on the dotnet10 feeds now. Fixes dotnet#106593
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