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.
1 parent a36e06f commit 53d07c5Copy full SHA for 53d07c5
NuGet.config
@@ -3,12 +3,8 @@
3
<packageSources>
4
<clear />
5
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
6
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7
</packageSources>
8
<packageSourceMapping>
9
- <packageSource key="nuget.org">
10
- <package pattern="Microsoft.AspNetCore.App.Internal.Assets" />
11
- </packageSource>
12
<packageSource key="dotnet-public">
13
<package pattern="*" />
14
</packageSource>
0 commit comments