feat: add support for .NET 11.0 in verify-dotnet script and update package-lock.json for peer dependencies

This commit is contained in:
priya-kinthali
2026-09-15 11:20:30 +05:30
parent 2394178a8a
commit b7ba059f41
2 changed files with 15 additions and 26 deletions
+1
View File
@@ -74,6 +74,7 @@ $targetFrameworkVersionMap = @{
"8.0" = "net8.0";
"9.0" = "net9.0";
"10.0" = "net10.0";
"11.0" = "net11.0";
}
foreach ($version in $Versions)