Browse Source

Added .Net Core MyGet feed

pull/193/merge
RogueException 9 years ago
parent
commit
b6d14805b6
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/Discord.Net/NuGet.Config

+ 6
- 0
src/Discord.Net/NuGet.Config 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>

Loading…
Cancel
Save