Browse Source

Update to the dotnet6 feed (#29514)

Pranav K 5 years ago
parent
commit
41b21dd422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/DailyBuilds.md

+ 1 - 1
docs/DailyBuilds.md

@@ -13,7 +13,7 @@ If you want to download the latest daily build and use it in a project, then you
   <configuration>
       <packageSources>
           <clear />
-          <add key="aspnetcore" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
+          <add key="aspnetcore" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
           <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
       </packageSources>
   </configuration>