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.
2 parents f221135 + ca5ba74 commit f050e92Copy full SHA for f050e92
NuGet.Config
@@ -1,7 +1,10 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <!--To inherit the global NuGet package sources remove the <clear/> line below -->
5
+ <clear />
6
<!-- MSBuild -->
7
<add key="dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
8
+ <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
9
</packageSources>
10
</configuration>
0 commit comments