Skip to content

Commit af7716f

Browse files
authored
Adding dotnet3.1/dotnet-eng packages sources (#3387)
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 2a3d6ca commit af7716f

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
@@ -14,6 +14,7 @@
1414
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1515
<add key="dotnet-wd" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
1616
<add key="aspnet-core" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
17+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
1718
</packageSources>
1819
<disabledPackageSources />
1920
</configuration>

0 commit comments

Comments
 (0)