Skip to content

Commit d86f770

Browse files
authored
Remove dotnet9 nuget feeds (#109149)
All the dependencies are on the dotnet10 feeds now. Fixes #106593
1 parent 354ec46 commit d86f770

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

NuGet.config

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
1818
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
1919
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
20-
<!-- TODO: Remove dotnet9 feeds when all dependencies moved to the dotnet10 feeds. https://github.com/dotnet/runtime/issues/106593 -->
21-
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
22-
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2320
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
2421
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
2522
</packageSources>

eng/Version.Details.xml

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<Uri>https://github.com/dotnet/icu</Uri>
55
<Sha>fab86913c2513c26d997776758866c100ce986dc</Sha>
66
</Dependency>
7-
<Dependency Name="System.Net.MsQuic.Transport" Version="9.0.0-alpha.1.24167.3">
8-
<Uri>https://github.com/dotnet/msquic</Uri>
9-
<Sha>6281631a8328ffdbb1b63b231af1aaa803915b23</Sha>
10-
</Dependency>
117
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
128
<Uri>https://github.com/dotnet/wcf</Uri>
139
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>

0 commit comments

Comments
 (0)