diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 361bedc..8b772b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- dotnet-version: ['7.0.x', '6.0.x']
+ dotnet-version: ['8.0.x', '7.0.x', '6.0.x']
steps:
- uses: actions/checkout@v2
@@ -22,6 +22,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
+ 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index a7f0444..4f07b1d 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -21,7 +21,7 @@ jobs:
fetch-depth: '0' # Load entire history
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: '7.x'
+ dotnet-version: '8.x'
- run: dotnet tool restore
- name: Generate Version
id: generate-version
diff --git a/Base.Tests/Base.Tests.csproj b/Base.Tests/Base.Tests.csproj
index 18a419f..2744bf1 100644
--- a/Base.Tests/Base.Tests.csproj
+++ b/Base.Tests/Base.Tests.csproj
@@ -5,7 +5,8 @@
false
- net6.0;net7.0
+ net6.0;net7.0;net8.0
+ 12
diff --git a/Base/Base.csproj b/Base/Base.csproj
index 8455c88..add156e 100644
--- a/Base/Base.csproj
+++ b/Base/Base.csproj
@@ -2,7 +2,7 @@
net6.0;netstandard2.0
- 10
+ 12
disable
enable
FruityFoundation.Base
@@ -16,7 +16,7 @@
true
LICENSE
FruityFoundation.Base
- net6.0;net7.0
+ net6.0;net7.0;net8.0
diff --git a/Db/Db.fsproj b/Db/Db.fsproj
index a728875..2353bdb 100644
--- a/Db/Db.fsproj
+++ b/Db/Db.fsproj
@@ -1,10 +1,9 @@
- net6.0
true
FruityFoundation.Db
- 6.0
+ 8.0
true
FruityFoundation.Db
Kyle Ratti
@@ -14,6 +13,7 @@
1.5.0
true
LICENSE
+ net6.0;net8.0
diff --git a/FsBase/FsBase.fsproj b/FsBase/FsBase.fsproj
index daf9fe3..750a106 100644
--- a/FsBase/FsBase.fsproj
+++ b/FsBase/FsBase.fsproj
@@ -1,7 +1,6 @@
- net6.0
true
FruityFoundation.FsBase
true
@@ -10,6 +9,8 @@
true
1.5.0
LICENSE
+ net6.0;net8.0
+ 8.0