Skip to content

Commit 419fec4

Browse files
More compliant NuGet.config (#1397)
* Update NuGet.Config * Update NuGet.Config
1 parent de81cc4 commit 419fec4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NuGet.Config

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
3-
<solution>
4-
<add key="disableSourceControlIntegration" value="true" />
5-
</solution>
6-
<packageSources>
7-
<add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
8-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9-
</packageSources>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
1010
</configuration>

0 commit comments

Comments
 (0)