Skip to content

Commit

Permalink
Merge pull request #9 from blackbone/develop
Browse files Browse the repository at this point in the history
fix nuget config
  • Loading branch information
blackbone committed Oct 12, 2021
2 parents 85ced76 + 246ac10 commit 1849c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .nuget/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key=".NET Core (MyGet)" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="Roslyn (MyGet)" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key=".NET 5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key=".NET TOOLS" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="NuGet v3" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 1849c5a

Please sign in to comment.