diff --git a/.github/workflows/build-and-test-BASE.yml b/.github/workflows/build-and-test-BASE.yml
index 08368bca07..15e5bea002 100644
--- a/.github/workflows/build-and-test-BASE.yml
+++ b/.github/workflows/build-and-test-BASE.yml
@@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
- framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0]
+ framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
include:
- os: ubuntu-latest
args: "--filter TestCategory!=WindowsOnly"
@@ -39,6 +39,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ env.SOLUTION }}
diff --git a/.github/workflows/build-and-test-LOGGING.yml b/.github/workflows/build-and-test-LOGGING.yml
index 270c25a213..56a8b2ce78 100644
--- a/.github/workflows/build-and-test-LOGGING.yml
+++ b/.github/workflows/build-and-test-LOGGING.yml
@@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
- framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0]
+ framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
steps:
- uses: actions/checkout@v3
@@ -36,6 +36,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ env.SOLUTION }}
diff --git a/.github/workflows/build-and-test-NETCORE.yml b/.github/workflows/build-and-test-NETCORE.yml
index ffc2b69cf6..6287ac0535 100644
--- a/.github/workflows/build-and-test-NETCORE.yml
+++ b/.github/workflows/build-and-test-NETCORE.yml
@@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
- framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0]
+ framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
include:
- os: ubuntu-latest
args: "--filter TestCategory!=WindowsOnly"
@@ -39,6 +39,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ env.SOLUTION }}
diff --git a/.github/workflows/build-and-test-WEB.yml b/.github/workflows/build-and-test-WEB.yml
index 57cca6e32c..3b9a18469a 100644
--- a/.github/workflows/build-and-test-WEB.yml
+++ b/.github/workflows/build-and-test-WEB.yml
@@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
- framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0]
+ framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
steps:
- uses: actions/checkout@v3
@@ -36,6 +36,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ env.SOLUTION }}
diff --git a/.github/workflows/redfield-sanity-check.yml b/.github/workflows/redfield-sanity-check.yml
index 98c1945139..a2fef9dc91 100644
--- a/.github/workflows/redfield-sanity-check.yml
+++ b/.github/workflows/redfield-sanity-check.yml
@@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
- framework: [netcoreapp3.1,net6.0,net7.0]
+ framework: [netcoreapp3.1,net6.0,net7.0,net8.0]
include:
- os: ubuntu-latest
args: "--filter TestCategory!=WindowsOnly"
@@ -39,6 +39,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ env.SOLUTION }}
diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml
index c5faf70d28..a51ac60e01 100644
--- a/.github/workflows/sanity.yml
+++ b/.github/workflows/sanity.yml
@@ -38,6 +38,7 @@ jobs:
3.1.x
6.0.x
7.0.x
+ 8.0.x
- name: Restore
run: dotnet restore ${{ matrix.solution }}
diff --git a/.props/Test.props b/.props/Test.props
index e396eba6e0..f80c0e89e3 100644
--- a/.props/Test.props
+++ b/.props/Test.props
@@ -20,7 +20,7 @@
- net7.0 (GA Nov 2022)
-->
- net7.0;net6.0;netcoreapp3.1;
+ net8.0;net7.0;net6.0;netcoreapp3.1;
net481;net480;net472;net462;
net46;net452;
diff --git a/Directory.Build.props b/Directory.Build.props
index 58e3e9f31c..da3949143b 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -82,8 +82,8 @@
preview
True
- True
- True
+ True
+ True