Skip to content

Commit

Permalink
.github/workflows/Generate-TestWorkflows.ps1: Updated documentation f…
Browse files Browse the repository at this point in the history
…or TestFrameworks parameter to reflect the new default value
  • Loading branch information
NightOwl888 committed Apr 30, 2024
1 parent 54cae62 commit 8d553ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Generate-TestWorkflows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.PARAMETER TestFrameworks
A string array of Dotnet target framework monikers to run the tests on. The default is
@('net6.0', 'net5.0','net461','net48').
@('net6.0', 'net5.0','net472','net48').
.PARAMETER OperatingSystems
A string array of Github Actions operating system monikers to run the tests on.
Expand Down

0 comments on commit 8d553ed

Please sign in to comment.