File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
22{
33 "name" : " F#" ,
4- "image" : " mcr.microsoft.com/dotnet/sdk:9.0.100-rc.2 " ,
4+ "image" : " mcr.microsoft.com/dotnet/sdk:9.0.100" ,
55 "features" : {
66 "ghcr.io/devcontainers/features/common-utils:2.5.1" : {},
77 "ghcr.io/devcontainers/features/git:1.3.2" : {},
Original file line number Diff line number Diff line change 2525 <FSCorePackageVersionValue >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCorePackageVersionValue >
2626 <FSCoreVersionPrefix >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCoreVersionPrefix >
2727 <FSCoreVersion >$(FSMajorVersion).$(FSMinorVersion).0.0</FSCoreVersion >
28- <FSCoreShippedVersion >8 .0.0.0</FSCoreShippedVersion >
28+ <FSCoreShippedVersion >9 .0.0.0</FSCoreShippedVersion >
2929 <!-- -->
3030 <!-- FSharp.Compiler.Service version -->
3131 <FCSMajorVersion >43</FCSMajorVersion >
3737 <FSharpLibrariesChangelogVersion >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSharpLibrariesChangelogVersion >
3838 <!-- -->
3939 <!-- The current published nuget package -->
40- <FSharpCoreShippedPackageVersionValue >9.0.100-beta.24466.6 </FSharpCoreShippedPackageVersionValue >
40+ <FSharpCoreShippedPackageVersionValue >9.0.100</FSharpCoreShippedPackageVersionValue >
4141 <!-- -->
4242 <!-- The pattern for specifying the preview package -->
4343 <FSharpCorePreviewPackageVersionValue >$(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersionValue >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.100-rc.2.24474.11 " ,
3+ "version" : " 9.0.100" ,
44 "allowPrerelease" : true
55 },
66 "tools" : {
7- "dotnet" : " 9.0.100-rc.2.24474.11 " ,
7+ "dotnet" : " 9.0.100" ,
88 "vs" : {
99 "version" : " 17.8" ,
1010 "components" : [
You can’t perform that action at this time.
0 commit comments