Skip to content

Commit 0273725

Browse files
authored
Update NuGet.config
1 parent 861d796 commit 0273725

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NuGet.config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
66
</packageSources>
7-
</configuration>
7+
<config>
8+
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
9+
</config>
10+
</configuration>

0 commit comments

Comments
 (0)