Skip to content

Commit 8d0010c

Browse files
Copilotxperiandri
andauthored
Align build script SDK to 10.0.300
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/12aa4c72-c4f4-4ad8-88e2-80e7fa882b76 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 61a7088 commit 8d0010c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let ctx = Context.forceFakeContext ()
3030
let embedAll = ctx.Arguments |> List.exists (fun arg -> arg = BuildArguments.EmbedAll)
3131

3232
module DotNetCli =
33-
let setVersion (o : DotNet.Options) = { o with Version = Some "10.0.202" }
33+
let setVersion (o : DotNet.Options) = { o with Version = Some "10.0.300" }
3434
let setRestoreOptions (o : DotNet.RestoreOptions) = o.WithCommon setVersion
3535

3636
let configurationString = Environment.environVarOrDefault "CONFIGURATION" "Release"

0 commit comments

Comments
 (0)