Skip to content

Commit

Permalink
update global.json because dotnet docker image is updated with .NET 9…
Browse files Browse the repository at this point in the history
… stable version now.

docker run --rm mcr.microsoft.com/dotnet/sdk:9.0 dotnet --info
.NET SDK:
 Version:           9.0.100
 Commit:            59db016f11
 Workload version:  9.0.100-manifests.3068a692
 MSBuild version:   17.12.7+5b8665660

The image info is: `Digest: sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca`.

Earlier today, the version was rc.2:

 docker run --rm mcr.microsoft.com/dotnet/sdk:9.0@sha256:c6a6d7995042bc8905825c2f1e2f8717733e90738a09fb0d30f917596f4bcb10 dotnet --info
.NET SDK:
 Version:           9.0.100-rc.2.24474.11
 Commit:            315e1305db
 Workload version:  9.0.100-manifests.cea95dba
 MSBuild version:   17.12.0-preview-24473-03+fea15fbd1
  • Loading branch information
xiang17 committed Nov 13, 2024
1 parent 0f36251 commit 1c05645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "9.0.100-rc.2"
"version": "9.0.100"
}
}

0 comments on commit 1c05645

Please sign in to comment.