File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build.ps1 is designed to run on windows
55- PowerShell Desktop 5.1
66- PowerShell [ 7.3.0] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0 ) for .net 7.0 and 8.0 tests
77- PowerShell [ 7.2.1] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1 ) for .net 6.0 tests
8- - Install-Module -Name [ InvokeBuild] ( https://www.powershellgallery.com/packages/InvokeBuild/5.11.0 ) -RequiredVersion 5.11.0
8+ - Install-Module -Name [ InvokeBuild] ( https://www.powershellgallery.com/packages/InvokeBuild/5.11.1 ) -RequiredVersion 5.11.1
99- Install-Module -Name [ ThirdPartyLibraries] ( https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1 ) -RequiredVersion 3.5.1
1010- .net framework 4.7.2+ sdk
1111- .net 8.0 sdk
Original file line number Diff line number Diff line change 11# Requires -Version "7.0 "
2- # Requires -Modules @ { ModuleName = " InvokeBuild" ; ModuleVersion = " 5.11.0 " }
2+ # Requires -Modules @ { ModuleName = " InvokeBuild" ; ModuleVersion = " 5.11.1 " }
33# Requires -Modules @ { ModuleName = " ThirdPartyLibraries" ; ModuleVersion = " 3.5.1" }
44
55[CmdletBinding ()]
You can’t perform that action at this time.
0 commit comments