From b70d4b20a8008eee5fca4b5a16bdcf9d55c39233 Mon Sep 17 00:00:00 2001 From: Roberto <107645954+intcooper@users.noreply.github.com> Date: Mon, 20 May 2024 11:57:09 +0200 Subject: [PATCH] Fix release script --- .github/workflows/create-release.yml | 2 +- MMExNotifier.Tests/MMExNotifier.Tests.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1a9eb68..2fae8ff 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: net6.0-windows10.0.22000.0 # Add MSBuild to the PATH (https://github.com/microsoft/setup-msbuild) - name: Setup MSBuild.exe diff --git a/MMExNotifier.Tests/MMExNotifier.Tests.csproj b/MMExNotifier.Tests/MMExNotifier.Tests.csproj index 4bbbc7b..fdeb994 100644 --- a/MMExNotifier.Tests/MMExNotifier.Tests.csproj +++ b/MMExNotifier.Tests/MMExNotifier.Tests.csproj @@ -1,4 +1,4 @@ - + net6.0-windows10.0.22000.0 @@ -7,6 +7,7 @@ false true + false