Added .Net Core MyGet feed

This commit is contained in:
RogueException
2016-08-11 20:22:29 -03:00
parent 3f53472c51
commit b6d14805b6

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key=".Net Core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>