From dbd437c6016400f98f85ebba25c4c90545b348c4 Mon Sep 17 00:00:00 2001 From: max-ieremenko Date: Sun, 3 Nov 2024 11:56:07 +0100 Subject: [PATCH] update ThirdPartyLibraries to 3.6.0 --- Build/README.md | 2 +- Build/build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/README.md b/Build/README.md index 2c6dbcd..3875546 100644 --- a/Build/README.md +++ b/Build/README.md @@ -6,7 +6,7 @@ build.ps1 is designed to run on windows - PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 8.0 tests - PowerShell [7.2.1](https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1) for .net 6.0 tests - Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild) -- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1) -RequiredVersion 3.5.1 +- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries) - .net framework 4.7.2+ sdk - .net 8.0 sdk - docker, switched to linux containers diff --git a/Build/build.ps1 b/Build/build.ps1 index d3c1dff..32a9997 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -1,6 +1,6 @@ #Requires -Version "7.0" #Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.3" } -#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.5.1" } +#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.6.0" } [CmdletBinding()] param (