From f327e3612bffe5472d7cf12fb1bb503c134a6ea7 Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Mon, 5 Feb 2024 11:52:00 -0600 Subject: [PATCH] chg build.fsproj to target net7 --- build/build.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.fsproj b/build/build.fsproj index 10c6529e..d9f1fe76 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0