From 8a875a3a10359b0d569fccf204ecf3d8e266d47a Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Fri, 6 Jan 2023 22:44:16 +0100 Subject: [PATCH] build.fsx back to net6.0. --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index b359b20f..1d3d727b 100644 --- a/build.fsx +++ b/build.fsx @@ -1,6 +1,6 @@ #r @"paket: source https://api.nuget.org/v3/index.json -framework: net7.0 +framework: net6.0 storage: none nuget FSharp.Core nuget Fake.Core.Target