From d7ccda36a5ad7874e9ee9483f54b94713cb696d4 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Fri, 7 Apr 2023 12:06:24 -0500 Subject: [PATCH] fix PublishCode build stage (#336) --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 629c23b..8b78d20 100644 --- a/build.fsx +++ b/build.fsx @@ -316,7 +316,7 @@ Target "PublishCode" (fun _ -> Project = project Configuration = configuration VersionSuffix = overrideVersionSuffix project - Framework = "net6.0" + Framework = "net7.0" }) projects |> Seq.iter (runSingleProject)