Skip to content

Commit 0473427

Browse files
authored
Merge pull request #80 from NuGet/V2ToV3
Replace V2 with V3 in nuget.config
2 parents c2cac1d + c09d26d commit 0473427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</packageRestore>
1010
<packageSources>
1111
<clear />
12-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
12+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1313
</packageSources>
1414
<disabledPackageSources>
1515
<add key="Microsoft and .NET" value="true" />

0 commit comments

Comments
 (0)