Merge pull request #66 from eerhardt/FixCI-main

Fix CI build
pull/67/head
James Montemagno 2022-04-13 15:26:46 -07:00 committed by GitHub
commit cefa2600d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
NuGet.config 100644
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<packageSources>
<clear />
<!-- Don't add any private feeds. nuget.org should be the only required feed for the main branch. -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>