Skip to content

Commit a2b0375

Browse files
committed
Remove the .NET Core Tools NuGet source
It's not needed anymore now that Microsoft.DotNet.ApiCompat is replaced with the builtin package validation from the .NET 6 SDK (see commit 7133cce).
1 parent 2cd65c9 commit a2b0375

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
<packageSources>
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6-
<!-- For Microsoft.DotNet.ApiCompat -->
7-
<add key=".NET Core Tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
86
</packageSources>
97
</configuration>

0 commit comments

Comments
 (0)