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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2022-09-29 11:34:58 +0300
committerGitHub <noreply@github.com>2022-09-29 11:34:58 +0300
commit594cfb334da700b78d7b5d78a438fd36eccd532b (patch)
treed9bec8e4392069b8679983a78d85d9f182d9cef6 /NuGet.config
parent92ff9a19481d90002959d24bcca09ef47e3386c8 (diff)
Route tooling redux (#44077)
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 918bb8be3a..30350b2a2a 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -18,6 +18,9 @@
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-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" />
+ <!-- Preview VS bits for route tooling. Will be removed in future when packages referenced by Roslyn move out of preview. -->
+ <add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
+ <add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />