Add dotnet8 feeds in main nuget.config (#74101)
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
Thu, 18 Aug 2022 03:00:51 +0000 (20:00 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 03:00:51 +0000 (20:00 -0700)
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
NuGet.config

index a6d8784..33b098b 100644 (file)
@@ -19,6 +19,8 @@
     <!-- 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" />
+    <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
+    <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-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>