From b34de6053975ddaca50911f0dfefec263fdfb8be Mon Sep 17 00:00:00 2001
From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Date: Tue, 12 Nov 2024 22:27:54 +0200
Subject: [PATCH] Use .NET 9
---
.github/workflows/main.yml | 2 +-
Gress.Demo/Gress.Demo.csproj | 2 +-
Gress.Tests/Gress.Tests.csproj | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6843bd6..dd8a748 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
with:
deploy: ${{ inputs.deploy || github.ref_type == 'tag' }}
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
diff --git a/Gress.Demo/Gress.Demo.csproj b/Gress.Demo/Gress.Demo.csproj
index 94c7764..268156d 100644
--- a/Gress.Demo/Gress.Demo.csproj
+++ b/Gress.Demo/Gress.Demo.csproj
@@ -2,7 +2,7 @@
WinExe
- net8.0
+ net9.0
..\favicon.ico
true
diff --git a/Gress.Tests/Gress.Tests.csproj b/Gress.Tests/Gress.Tests.csproj
index 312e569..b26af7d 100644
--- a/Gress.Tests/Gress.Tests.csproj
+++ b/Gress.Tests/Gress.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0