We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a052ec commit 2f7aef4Copy full SHA for 2f7aef4
1 file changed
src/nuget.config
@@ -7,7 +7,7 @@
7
<packageSources>
8
<clear />
9
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
10
- <add key="kzu.io" value="https://pkg.kzu.app/index.json" />
+ <add key="kzu.app" value="https://pkg.kzu.app/index.json" />
11
</packageSources>
12
<trustedSigners>
13
<author name="Microsoft">
@@ -25,7 +25,7 @@
25
<packageSource key="nuget.org">
26
<package pattern="*" />
27
</packageSource>
28
- <packageSource key="kzu.io">
+ <packageSource key="kzu.app">
29
30
31
</packageSourceMapping>
0 commit comments