From ac6dbf6afc8b2551509c2b63b570db7809df713c Mon Sep 17 00:00:00 2001 From: salty Date: Sat, 30 Apr 2022 14:27:59 +0200 Subject: [PATCH] .NET6 --- .github/workflows/build-binaries.yml | 2 +- SARotate.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 0bdffca..ca48972 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore diff --git a/SARotate.csproj b/SARotate.csproj index d295c7c..d05cb10 100644 --- a/SARotate.csproj +++ b/SARotate.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 AnyCPU enable @@ -13,7 +13,7 @@ - 2.0.3 + 2.0.5