Build fix (#603)

This commit is contained in:
Chris
2025-09-03 11:59:44 -07:00
committed by GitHub
Unverified
parent d42ebc8df6
commit 55124150eb
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>