diff options
author | Rory& <root@rory.gay> | 2024-06-03 20:19:21 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-03 20:19:21 +0200 |
commit | 49eba40d2bc6a98553e57e6f9b8496ff649147a8 (patch) | |
tree | bf79603c455ef65b7cfa349cbce285cedd8bf53a /nuget.config | |
download | Jenny-master.tar.xz |
Initial commit HEAD github/master master
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..d9402a4 --- /dev/null +++ b/nuget.config @@ -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> |