Skip to content

Commit a48da55

Browse files
committed
Change the name of the NuGet source
Use `nuget` instead of `nuget.org`, which matches the config file created with `dotnet new nugetconfig`
1 parent b0df7ed commit a48da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5+
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)