From 81c9929ce88cffa97a5fdbaae4ddb2a1e4e673ab Mon Sep 17 00:00:00 2001 From: Quahu Date: Wed, 4 Sep 2024 21:08:12 +0200 Subject: [PATCH] Bump .NET version --- .github/actions/dotnet/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dotnet/action.yml b/.github/actions/dotnet/action.yml index 9972d4c..f259435 100644 --- a/.github/actions/dotnet/action.yml +++ b/.github/actions/dotnet/action.yml @@ -12,7 +12,7 @@ runs: - name: Set up .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore $Env:SOLUTION_PATH shell: pwsh