We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b46eb commit fe8bf8fCopy full SHA for fe8bf8f
nuget.config
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+
3
+<configuration>
4
+ <packageSources>
5
+ <!-- optional -->
6
+ <clear />
7
8
+ <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
9
+ <!-- nightly feed -->
10
+ <add key="avalonia-nightly" value="https://nuget-feed-nightly.avaloniaui.net/v3/index.json" protocolVersion="3" />
11
+ </packageSources>
12
+</configuration>
0 commit comments