removes end-of-line dotnet versions (#647)

Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
This commit is contained in:
gowridurgad
2025-06-24 22:06:43 +05:30
committed by GitHub
parent 267870a9c4
commit 0f55b457d2
6 changed files with 201 additions and 316 deletions

View File

@ -72,6 +72,7 @@ $targetFrameworkVersionMap = @{
"6.0" = "net6.0";
"7.0" = "net7.0";
"8.0" = "net8.0";
"9.0" = "net9.0";
}
foreach ($version in $Versions)