Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0515753

Browse files
authored
Adding dotnet3.1/dotnet-eng packages sources (#28088)
In order to remove dependencies on sleet from release branches, it is neccessary to preemptively add these sources so that mehanisms will be able to restore these packages. Sleet must be removed because of it's strong dependency on spcific nuget.packaging versions, which are not stable between 3.0 and 3.1 causing method load exceptions.
1 parent c2e8c9f commit 0515753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
1919
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
2020
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
21+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2122
</packageSources>
2223
<disabledPackageSources>
2324
<clear />

0 commit comments

Comments
 (0)