- add nuget.config file

pull/26/head
Simon G 6 years ago
parent 8d48824903
commit 5543360a50
  1. 6
      nuget.config

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="CoreWCF" value="https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save