Skip to content

Commit 3b66076

Browse files
authored
fix: nuget building flake (#1039)
1 parent a18181f commit 3b66076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
77
</packageSources>
88
</configuration>

0 commit comments

Comments
 (0)