Skip to content

Commit

Permalink
fix nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbone committed Oct 12, 2021
1 parent a820cb9 commit 246ac10
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 246ac10

Please sign in to comment.