We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f9734 + 72b4b97 commit a2a2adeCopy full SHA for a2a2ade
eng/release-studio/NuGet.config
@@ -7,6 +7,12 @@
7
<packageSources>
8
<clear />
9
<add key="MicroBuildToolset" value="https://pkgs.dev.azure.com/dnceng/_packaging/MicroBuildToolset/nuget/v3/index.json" />
10
+ <!--
11
+ When the .NET SDK version doesn't match the TargetFramework, get targeting
12
+ packs (Microsoft.NETCore.App.Ref, Microsoft.WindowsDesktop.App.Ref, and
13
+ Microsoft.AspNetCore.App.Ref) from here.
14
+ -->
15
+ <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
16
</packageSources>
17
<disabledPackageSources>
18
0 commit comments