File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build.ps1 is designed to run on windows
6
6
- PowerShell [ 7.3.0] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0 ) for .net 8.0 tests
7
7
- PowerShell [ 7.2.1] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1 ) for .net 6.0 tests
8
8
- Install-Module -Name [ InvokeBuild] ( https://www.powershellgallery.com/packages/InvokeBuild )
9
- - Install-Module -Name [ ThirdPartyLibraries] ( https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1 ) -RequiredVersion 3.5.1
9
+ - Install-Module -Name [ ThirdPartyLibraries] ( https://www.powershellgallery.com/packages/ThirdPartyLibraries )
10
10
- .net framework 4.7.2+ sdk
11
11
- .net 8.0 sdk
12
12
- docker, switched to linux containers
Original file line number Diff line number Diff line change 1
1
# Requires -Version "7.0 "
2
2
# Requires -Modules @ { ModuleName = " InvokeBuild" ; ModuleVersion = " 5.11.3" }
3
- # Requires -Modules @ { ModuleName = " ThirdPartyLibraries" ; ModuleVersion = " 3.5.1 " }
3
+ # Requires -Modules @ { ModuleName = " ThirdPartyLibraries" ; ModuleVersion = " 3.6.0 " }
4
4
5
5
[CmdletBinding ()]
6
6
param (
You can’t perform that action at this time.
0 commit comments