Skip to content

Commit d62ba3d

Browse files
committed
Bump F# to 8.0 to compile with .NET 11 SDK
This fixes the following compile error: ``` FSC : error FS3880: Language version '6.0' is out of support. The last .NET SDK supporting it is available at https://dotnet.microsoft.com/en-us/download/dotnet/10.0 ```
1 parent 5f3d521 commit d62ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FSharp.Specs/FSharp.Specs.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<LangVersion>6.0</LangVersion>
5+
<LangVersion>8.0</LangVersion>
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)