diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6e0c412215d..8f6f1eee176 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: { "name": "F#", - "image": "mcr.microsoft.com/dotnet/sdk:9.0.102", + "image": "mcr.microsoft.com/dotnet/sdk:9.0.200", "features": { "ghcr.io/devcontainers/features/common-utils:2.5.2": {}, "ghcr.io/devcontainers/features/git:1.3.2": {}, diff --git a/eng/Versions.props b/eng/Versions.props index ce0f5f5ac23..bacdd4e3233 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,7 +37,7 @@ $(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion) - 9.0.101 + 9.0.201 $(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).* diff --git a/global.json b/global.json index 34fb2765a67..598d8b7367b 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "9.0.103", + "version": "9.0.200", "allowPrerelease": true }, "tools": { - "dotnet": "9.0.103", + "dotnet": "9.0.200", "vs": { "version": "17.8", "components": [