Skip to content

Commit fe8bf8f

Browse files
committed
Create nuget.config
1 parent 15b46eb commit fe8bf8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

nuget.config

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<configuration>
4+
<packageSources>
5+
<!-- optional -->
6+
<clear />
7+
<!-- optional -->
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

Comments
 (0)