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 57eae15 commit 2e9e0fcCopy full SHA for 2e9e0fc
NuGet.config
@@ -2,13 +2,9 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
6
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
7
</packageSources>
8
<packageSourceMapping>
9
- <packageSource key="dotnet9">
10
- <package pattern="*" />
11
- </packageSource>
12
<packageSource key="NuGet">
13
<package pattern="*" />
14
</packageSource>
global.json
@@ -1,6 +1,6 @@
1
{
"sdk": {
- "version": "9.0.100-preview.7.24406.8",
+ "version": "9.0.100-preview.7.24407.12",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
0 commit comments