Skip to content

Commit f050e92

Browse files
authored
Merge pull request #682 from forki/clear
Clear sources in NuGet.Config
2 parents f221135 + ca5ba74 commit f050e92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

NuGet.Config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5+
<clear />
46
<!-- MSBuild -->
57
<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" />
69
</packageSources>
710
</configuration>

0 commit comments

Comments
 (0)