diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 44cf398c407..b0b82686f2c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,12 @@ // 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:8.0", + "image": "mcr.microsoft.com/dotnet/sdk:9.0.100-preview.2", "features": { - "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": { - "version": "2" - }, - "ghcr.io/devcontainers/features/dotnet:2": {} + "ghcr.io/devcontainers/features/common-utils:2.4.2": {}, + "ghcr.io/devcontainers/features/git:1.2.0": {}, + "ghcr.io/devcontainers/features/github-cli:1.0.11": {}, + "ghcr.io/devcontainers/features/dotnet:2.0.5": {} }, "hostRequirements": { "cpus": 2, diff --git a/Directory.Build.props b/Directory.Build.props index e8e24051b1d..e53ebf98156 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,8 @@ + https://github.com/dotnet/fsharp + https://github.com/dotnet/fsharp $(FSharpLangVersion) $(MSBuildThisFileDirectory) true diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml index 18c94ed53e3..001c3d14879 100644 --- a/eng/SourceBuildPrebuiltBaseline.xml +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -9,9 +9,9 @@ These will go away when repo updates targeting to net8.0 Tracked with https://github.com/dotnet/fsharp/issues/14765 --> - - - + + + diff --git a/eng/Versions.props b/eng/Versions.props index 17d084022bd..b0215a834a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ $(FCSMajorVersion)$(FCSMinorVersion)$(FCSBuildVersion) - 8.0.100 + 8.0.200 $(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).* diff --git a/global.json b/global.json index 1d7b86d8b37..a312669c66e 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.101", + "version": "9.0.100-preview.2.24157.14", "allowPrerelease": true }, "tools": { - "dotnet": "8.0.101", + "dotnet": "9.0.100-preview.2.24157.14", "vs": { "version": "17.8", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.8.1-2" + "xcopy-msbuild": "17.8.5" }, "native-tools": { "perl": "5.38.0.1"