We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be77bd commit 36afa4eCopy full SHA for 36afa4e
NuGet.Config
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <clear />
5
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6
+ </packageSources>
7
+</configuration>
src/Directory.props
@@ -2,7 +2,7 @@
<!-- Extend Directory.Build.props -->
<PropertyGroup>
- <RestoreSources>https://pkg.kzu.app/index.json;https://api.nuget.org/v3/index.json</RestoreSources>
+ <RestoreSources>https://api.nuget.org/v3/index.json</RestoreSources>
<DefaultItemExcludes>$(DefaultItemExcludes);nugetize.*</DefaultItemExcludes>
8
0 commit comments