We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b001ef2 + af23632 commit c3a2b67Copy full SHA for c3a2b67
common/Scripts/UseTargetFrameworks.ps1
@@ -1,7 +1,7 @@
1
Param (
2
[Parameter(HelpMessage = "The target frameworks to enable.")]
3
[ValidateSet('all', 'wasm', 'uwp', 'winappsdk', 'wpf', 'gtk', 'macos', 'ios', 'droid')]
4
- [string[]]$targets,
+ [string[]]$targets = @('uwp', 'winappsdk', 'wasm'),
5
6
[Parameter(HelpMessage = "Disables suppressing changes to the Labs.TargetFrameworks.props file in git, allowing changes to be committed.")]
7
[switch]$allowGitChanges = $false
0 commit comments