diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 56e0064..3c9a7d3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3218b4e..96e5610 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 7.0.x
+ dotnet-version: 9.0.x
- uses: actions/cache@v3
with:
diff --git a/GenericStripper/GenericStripper.csproj b/GenericStripper/GenericStripper.csproj
index 7ba30ec..c934a2e 100644
--- a/GenericStripper/GenericStripper.csproj
+++ b/GenericStripper/GenericStripper.csproj
@@ -2,17 +2,17 @@
Exe
- net7.0
+ net9.0
enable
enable
-
-
-
-
+
+
+
+