mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-09-21 05:53:07 +00:00
feat: add support for .NET 11.0 in verify-dotnet script and update package-lock.json for peer dependencies
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user