Skip to content

Commit ec1507b

Browse files
author
Travis Illig
committed
NuGet.config fix to remove extra stuff.
1 parent 4ee28a1 commit ec1507b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

NuGet.Config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<clear/>
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6-
<add key="Xunit MyGet" value="https://myget.org/F/xunit/api/v3/index.json" />
4+
<clear />
5+
<add key="NuGet v3" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
8-
<disabledPackageSources>
9-
<add key="Microsoft and .NET" value="true" />
10-
</disabledPackageSources>
117
</configuration>

0 commit comments

Comments
 (0)