diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index da2ffba..42e7485 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
- name: Test
run: dotnet test -c Release -l 'console;verbosity=detailed'
\ No newline at end of file
diff --git a/CsCheck/CsCheck.csproj b/CsCheck/CsCheck.csproj
index 31aa46c..b9bf61b 100644
--- a/CsCheck/CsCheck.csproj
+++ b/CsCheck/CsCheck.csproj
@@ -49,7 +49,7 @@ Improved PCG performance.
-
+
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index a32ee6d..0e69284 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -1,6 +1,6 @@
- net8.0
+ net9.0
preview
true
9999