about summary refs log tree commit diff
path: root/nuget.config
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-08 13:55:15 +0100
committerRory& <root@rory.gay>2024-01-08 13:56:32 +0100
commitede3857084bc7c6e65b7d36cbf913b09596e2787 (patch)
treeb94694c307fb831ea5e63fabde0dbb5f56f02941 /nuget.config
parentSmall changes (diff)
downloadMatrixUtils-ede3857084bc7c6e65b7d36cbf913b09596e2787.tar.xz
Internal changes to policy list viewer (extensibility), fix duplicating change handler for room list page (performance), use /state in room list page before sync
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config12
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>