Migrated from 8 to 10

.NET8 -> .NET10
VS2022 -> VS2026
This commit is contained in:
Karsten Jeppesen
2026-03-01 10:43:43 +01:00
parent 0ad111a5f9
commit c8c34404c3
69 changed files with 28591 additions and 20224 deletions

View File

@@ -14,6 +14,6 @@ done
solution=$(echo "$line" | cut -f 2 -d '/')
project=$(echo "$line" | cut -f 3 -d '/')
echo "Building [$solution] [$project]"
shellscripts/DotDockerbuilder8.sh --solution $solution --project $project
shellscripts/DotDockerbuilder10.sh --solution $solution --project $project
done