Skip to content

Commit

Permalink
fix PublishCode build stage (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 7, 2023
1 parent 36db0f3 commit d7ccda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Target "PublishCode" (fun _ ->
Project = project
Configuration = configuration
VersionSuffix = overrideVersionSuffix project
Framework = "net6.0"
Framework = "net7.0"
})

projects |> Seq.iter (runSingleProject)
Expand Down

0 comments on commit d7ccda3

Please sign in to comment.