Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-03-17 10:42:48 +0300
committerGitHub <noreply@github.com>2022-03-17 10:42:48 +0300
commitb5edcab2827d7e1f6391d19b6650c2b5aa8c3b47 (patch)
tree034152380bf247f28e6b08716561f1b026d7f0ad /NuGet.config
parent05cb7f5a6eefbcd0fbab3bb5924c07b188d12501 (diff)
Remove dotnet6 feeds (#66447)
* Remove dotnet6 feeds dotnet7 feeds are currently the target feeds for the main branch. The dotnet6 feeds shouldn't be used anymore. * Update targetingpacks.targets * Update prebuilt package versions * Update NativeExports.csproj
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 0 insertions, 3 deletions
diff --git a/NuGet.config b/NuGet.config
index 01da6689762..7386724781b 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -18,9 +18,6 @@
<!-- TODO: Remove dotnet7 feeds when dependencies publish into dotnet8 feeds: https://github.com/dotnet/runtime/issues/63375. -->
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
- <!-- TODO: Remove dotnet6 feeds when dependencies publish into dotnet7 feeds: https://github.com/dotnet/runtime/issues/57716. -->
- <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
- <add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
<!-- Used for the Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
</packageSources>