Skip to content

Commit

Permalink
Create nuget.config (#120)
Browse files Browse the repository at this point in the history
Emergency fix for CI
  • Loading branch information
pellared authored Apr 8, 2021
1 parent 716974d commit a7fcfdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit a7fcfdd

Please sign in to comment.