Skip to content

Commit

Permalink
Create nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
sn4k3 committed Oct 4, 2023
1 parent 15b46eb commit fe8bf8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>

<configuration>
<packageSources>
<!-- optional -->
<clear />
<!-- optional -->
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<!-- nightly feed -->
<add key="avalonia-nightly" value="https://nuget-feed-nightly.avaloniaui.net/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit fe8bf8f

Please sign in to comment.