diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 81c653f7..bccb79fa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -172,7 +172,9 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
- dotnet-version: "8.0.x"
+ dotnet-version: |
+ "8.0.x"
+ "9.0.x"
- name: Build and pack .NET Core Global Tool
run: >-
diff --git a/src/NuGetForUnity.Cli/NuGetForUnity.Cli.csproj b/src/NuGetForUnity.Cli/NuGetForUnity.Cli.csproj
index 93b72f42..1fd51c28 100644
--- a/src/NuGetForUnity.Cli/NuGetForUnity.Cli.csproj
+++ b/src/NuGetForUnity.Cli/NuGetForUnity.Cli.csproj
@@ -3,7 +3,7 @@
Exe
NuGetForUnity.Cli
NuGetForUnity.Cli
- net7.0;net8.0
+ net7.0;net8.0;net9.0
AnyCPU
true
nugetforunity
@@ -34,8 +34,8 @@ e.g. the import settings of the DLL's are changed to comply with Unity.
-
-
+
+
diff --git a/src/TestProjects/ImportAndUseNuGetPackages/Assets/packages.config b/src/TestProjects/ImportAndUseNuGetPackages/Assets/packages.config
index d2a4d0bd..2e1d1ace 100644
--- a/src/TestProjects/ImportAndUseNuGetPackages/Assets/packages.config
+++ b/src/TestProjects/ImportAndUseNuGetPackages/Assets/packages.config
@@ -6,6 +6,6 @@
-
+