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 a6fa0f9 commit a1f93e8Copy full SHA for a1f93e8
NuGet.config
@@ -3,12 +3,16 @@
3
<packageSources>
4
<clear />
5
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
6
+ <add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
7
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
8
</packageSources>
9
<packageSourceMapping>
10
<packageSource key="aspnet-contrib">
11
<package pattern="AspNet.Security.OAuth.GitHub" />
12
</packageSource>
13
+ <packageSource key="dotnet10">
14
+ <package pattern="*" />
15
+ </packageSource>
16
<packageSource key="NuGet">
17
<package pattern="*" />
18
0 commit comments