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,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>