Skip to content

Commit

Permalink
Updated Synatx Error
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit7962 committed Jun 26, 2023
1 parent d75f010 commit 267d33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/EnsureGlobalJsonSdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param(

[string] [Alias('f')]
[Parameter(HelpMessage='TargetFramework to match from global.json/altsdk section for an alternate SDK version')]
[ValidateSet('', $null, 'netcoreapp3.1', 'net6.0-windows', 'net7.0-windows' IgnoreCase=$true)]
[ValidateSet('', $null, 'netcoreapp3.1', 'net6.0-windows', 'net7.0-windows', IgnoreCase=$true)]
$TargetFramework='',

[string]
Expand Down

0 comments on commit 267d33d

Please sign in to comment.