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