Fix pipelines

This commit is contained in:
2026-01-06 16:46:57 +01:00
parent fc6cb11880
commit c8c783aaed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.x'
dotnet-version: '10.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.x'
dotnet-version: '10.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1