We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15521b4 commit 2ec5b6eCopy full SHA for 2ec5b6e
NuGet.config
@@ -4,7 +4,8 @@
4
<add key="automatic" value="False" />
5
</packageRestore>
6
<packageSources>
7
- <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
+ <clear />
8
+ <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
9
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
10
</packageSources>
11
</configuration>
0 commit comments