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 1
1
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
2
2
{
3
3
"name" : " F#" ,
4
- "image" : " mcr.microsoft.com/dotnet/sdk:9.0.100-rc.2 " ,
4
+ "image" : " mcr.microsoft.com/dotnet/sdk:9.0.100" ,
5
5
"features" : {
6
6
"ghcr.io/devcontainers/features/common-utils:2.5.1" : {},
7
7
"ghcr.io/devcontainers/features/git:1.3.2" : {},
Original file line number Diff line number Diff line change 25
25
<FSCorePackageVersionValue >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCorePackageVersionValue >
26
26
<FSCoreVersionPrefix >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCoreVersionPrefix >
27
27
<FSCoreVersion >$(FSMajorVersion).$(FSMinorVersion).0.0</FSCoreVersion >
28
- <FSCoreShippedVersion >8 .0.0.0</FSCoreShippedVersion >
28
+ <FSCoreShippedVersion >9 .0.0.0</FSCoreShippedVersion >
29
29
<!-- -->
30
30
<!-- FSharp.Compiler.Service version -->
31
31
<FCSMajorVersion >43</FCSMajorVersion >
37
37
<FSharpLibrariesChangelogVersion >$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSharpLibrariesChangelogVersion >
38
38
<!-- -->
39
39
<!-- The current published nuget package -->
40
- <FSharpCoreShippedPackageVersionValue >9.0.100-beta.24466.6 </FSharpCoreShippedPackageVersionValue >
40
+ <FSharpCoreShippedPackageVersionValue >9.0.100</FSharpCoreShippedPackageVersionValue >
41
41
<!-- -->
42
42
<!-- The pattern for specifying the preview package -->
43
43
<FSharpCorePreviewPackageVersionValue >$(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersionValue >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9.0.100-rc.2.24474.11 " ,
3
+ "version" : " 9.0.100" ,
4
4
"allowPrerelease" : true
5
5
},
6
6
"tools" : {
7
- "dotnet" : " 9.0.100-rc.2.24474.11 " ,
7
+ "dotnet" : " 9.0.100" ,
8
8
"vs" : {
9
9
"version" : " 17.8" ,
10
10
"components" : [
You can’t perform that action at this time.
0 commit comments