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