Skip to content

Commit 1849c5a

Browse files
authored
Merge pull request #9 from blackbone/develop
fix nuget config
2 parents 85ced76 + 246ac10 commit 1849c5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.nuget/NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key=".NET Core (MyGet)" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
5-
<add key="Roslyn (MyGet)" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
4+
<add key=".NET 5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
5+
<add key=".NET TOOLS" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
6+
<add key="NuGet v3" value="https://api.nuget.org/v3/index.json" />
67
</packageSources>
78
</configuration>

0 commit comments

Comments
 (0)