feat(build): Use global.json and nuget.config

This commit is contained in:
Valters Melnalksnis
2022-08-29 22:27:03 +03:00
parent 9c51c178c3
commit e5c03de7b3
6 changed files with 27 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
<?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>