Browse Source

try to fix windows builds

pull/151/head
Jason Dove 5 years ago
parent
commit
1a39978a77
  1. 8
      nuget.config

8
nuget.config

@ -0,0 +1,8 @@ @@ -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>
Loading…
Cancel
Save