Upgrade projects to .NET 10 and implement automatic prerequisites check/installation and PATH registration
Build and Test / build (push) Failing after 41s

This commit is contained in:
Marek Novák
2026-07-01 02:10:35 +02:00
parent 74f7a1ae06
commit b1a4c10dd2
7 changed files with 227 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
image: mcr.microsoft.com/dotnet/sdk:10.0
steps:
- name: Checkout code
uses: actions/checkout@v3