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