diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 749909c3..5f9cdb64 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
dotnet-version: |
6.x
7.x
+ 8.x
- name: Restore
run: dotnet restore
- name: Build
@@ -80,6 +81,7 @@ jobs:
dotnet-version: |
6.x
7.x
+ 8.x
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
diff --git a/samples/EndpointRoutingApp/EndpointRoutingApp.fsproj b/samples/EndpointRoutingApp/EndpointRoutingApp.fsproj
index 8cd1274a..53e729b5 100644
--- a/samples/EndpointRoutingApp/EndpointRoutingApp.fsproj
+++ b/samples/EndpointRoutingApp/EndpointRoutingApp.fsproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net8.0
diff --git a/samples/ResponseCachingApp/ResponseCachingApp.fsproj b/samples/ResponseCachingApp/ResponseCachingApp.fsproj
index ded0e2dd..46e851b3 100644
--- a/samples/ResponseCachingApp/ResponseCachingApp.fsproj
+++ b/samples/ResponseCachingApp/ResponseCachingApp.fsproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net8.0
diff --git a/src/Giraffe/Giraffe.fsproj b/src/Giraffe/Giraffe.fsproj
index 3394f1c2..3cb66e69 100644
--- a/src/Giraffe/Giraffe.fsproj
+++ b/src/Giraffe/Giraffe.fsproj
@@ -8,7 +8,7 @@
en-GB
- net6.0;net7.0
+ net6.0;net7.0;net8.0
portable
Library
true
diff --git a/tests/Giraffe.Tests/Giraffe.Tests.fsproj b/tests/Giraffe.Tests/Giraffe.Tests.fsproj
index 0364f96e..047d88ee 100644
--- a/tests/Giraffe.Tests/Giraffe.Tests.fsproj
+++ b/tests/Giraffe.Tests/Giraffe.Tests.fsproj
@@ -1,6 +1,6 @@
- net6.0;net7.0
+ net6.0;net7.0;net8.0
Giraffe.Tests
@@ -41,6 +41,10 @@
+
+
+
+