From 2f9f3e920e05289525232ee40296eda8c3abb92e Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Sat, 9 Dec 2023 11:47:06 +0100 Subject: [PATCH] Compile for net8 --- .config/dotnet-tools.json | 4 ++-- Build.fsproj | 2 +- app/Program.fsproj | 2 +- src/Fable.Giraffe.fsproj | 2 +- test/Fable.Giraffe.Tests.fsproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6056ca7..47c2f84 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fable": { - "version": "4.6.0", + "version": "4.7.0", "commands": [ "fable" ] @@ -21,7 +21,7 @@ ] }, "paket": { - "version": "7.2.1", + "version": "8.0.0", "commands": [ "paket" ] diff --git a/Build.fsproj b/Build.fsproj index 5e2e995..bffaf8e 100644 --- a/Build.fsproj +++ b/Build.fsproj @@ -1,7 +1,7 @@ Exe - net6.0 + net8.0 diff --git a/app/Program.fsproj b/app/Program.fsproj index 5465cb6..509c864 100644 --- a/app/Program.fsproj +++ b/app/Program.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 3390;$(WarnOn) diff --git a/src/Fable.Giraffe.fsproj b/src/Fable.Giraffe.fsproj index 061942d..ba23df6 100644 --- a/src/Fable.Giraffe.fsproj +++ b/src/Fable.Giraffe.fsproj @@ -2,7 +2,7 @@ Library - net6.0 + net8.0 3390;$(WarnOn) true LICENSE diff --git a/test/Fable.Giraffe.Tests.fsproj b/test/Fable.Giraffe.Tests.fsproj index 57bb161..64f906b 100644 --- a/test/Fable.Giraffe.Tests.fsproj +++ b/test/Fable.Giraffe.Tests.fsproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 false false true