Add nuget.config

This commit is contained in:
TSR Berry 2022-12-15 16:48:36 +01:00
parent 9773616e24
commit 939e700542
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
2 changed files with 10 additions and 0 deletions

3
.gitignore vendored
View File

@ -120,6 +120,9 @@ ClientBin/
packages/*
*.config
# Allow nuget.config
!nuget.config
# RIA/Silverlight projects
Generated_Code/

7
nuget.config Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>