From 7bb8f020eb325bfafd491755573e6f4b06a5666f Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Fri, 22 Nov 2024 11:41:20 +0100 Subject: [PATCH] Switch to .NET9 --- .github/workflows/uepa_tests.yml | 4 ++-- UnifiedEPA.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/uepa_tests.yml b/.github/workflows/uepa_tests.yml index 8c0144e..c93f601 100644 --- a/.github/workflows/uepa_tests.yml +++ b/.github/workflows/uepa_tests.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/UnifiedEPA.csproj b/UnifiedEPA.csproj index 0f0ad32..7ef9c78 100644 --- a/UnifiedEPA.csproj +++ b/UnifiedEPA.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 true