Skip to content

Commit 2e9e0fc

Browse files
Use official NuGet packages
- Use official NuGet packages for .NET 9 preview 7. - Update .NET SDK.
1 parent 57eae15 commit 2e9e0fc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
65
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
87
<packageSourceMapping>
9-
<packageSource key="dotnet9">
10-
<package pattern="*" />
11-
</packageSource>
128
<packageSource key="NuGet">
139
<package pattern="*" />
1410
</packageSource>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-preview.7.24406.8",
3+
"version": "9.0.100-preview.7.24407.12",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)