From 8d553ed4ae08d97d77cf61b9f10c77a19ee3600e Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Tue, 30 Apr 2024 23:00:52 +0700 Subject: [PATCH] .github/workflows/Generate-TestWorkflows.ps1: Updated documentation for TestFrameworks parameter to reflect the new default value --- .github/workflows/Generate-TestWorkflows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Generate-TestWorkflows.ps1 b/.github/workflows/Generate-TestWorkflows.ps1 index 6d3bdf64fd..3b97afa0eb 100644 --- a/.github/workflows/Generate-TestWorkflows.ps1 +++ b/.github/workflows/Generate-TestWorkflows.ps1 @@ -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.