Skip to content

Commit d7ccda3

Browse files
fix PublishCode build stage (#336)
1 parent 36db0f3 commit d7ccda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Target "PublishCode" (fun _ ->
316316
Project = project
317317
Configuration = configuration
318318
VersionSuffix = overrideVersionSuffix project
319-
Framework = "net6.0"
319+
Framework = "net7.0"
320320
})
321321

322322
projects |> Seq.iter (runSingleProject)

0 commit comments

Comments
 (0)