File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88env :
99 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
1010 DOTNET_NOLOGO : true
11- DOTNET_SDK_VERSION : 10.0.102
11+ DOTNET_SDK_VERSION : 10.0.202
1212
1313jobs :
1414 publish :
Original file line number Diff line number Diff line change 99 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
1010 DOTNET_NOLOGO : true
1111 SLEEP_DURATION : 60
12- DOTNET_SDK_VERSION : 10.0.102
12+ DOTNET_SDK_VERSION : 10.0.202
1313
1414jobs :
1515 publish :
Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 os : [ubuntu-22.04, windows-latest, macOS-latest]
24- dotnet : [10.0.102 ]
24+ dotnet : [10.0.202 ]
2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ let ctx = Context.forceFakeContext ()
3232let embedAll = ctx.Arguments |> List.exists ( fun arg -> arg = BuildArguments.EmbedAll)
3333
3434module DotNetCli =
35- let setVersion ( o : DotNet.Options ) = { o with Version = Some " 9 .0.307 " }
35+ let setVersion ( o : DotNet.Options ) = { o with Version = Some " 10 .0.202 " }
3636 let setRestoreOptions ( o : DotNet.RestoreOptions ) = o.WithCommon setVersion
3737
3838let configurationString = Environment.environVarOrDefault " CONFIGURATION" " Release"
@@ -50,7 +50,7 @@ let configuration =
5050// - for documentation, you also need to edit info in "docs/tools/generate.fsx"
5151
5252[<Literal>]
53- let DotNetMoniker = " net8 .0"
53+ let DotNetMoniker = " net10 .0"
5454
5555let project = " FSharp.Data.GraphQL"
5656let release = ReleaseNotes.load " RELEASE_NOTES.md"
You can’t perform that action at this time.
0 commit comments