Skip to content

Commit

Permalink
Merge pull request #3 from max-ieremenko/build/update-dependencies
Browse files Browse the repository at this point in the history
build update dependencies
  • Loading branch information
max-ieremenko authored Apr 13, 2024
2 parents aea902c + d12f233 commit 9de78c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- install dependencies

[net8.0 sdk](https://dotnet.microsoft.com/download/dotnet/8.0),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.9.12),
[Pester](https://www.powershellgallery.com/packages/Pester/5.3.3)
[net8.0 sdk](https://dotnet.microsoft.com/download/dotnet/8.0),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.10.5),
[Pester](https://www.powershellgallery.com/packages/Pester/5.5.0)

``` powershell
PS> ./build/install-dependencies.ps1
Expand Down
4 changes: 2 additions & 2 deletions build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.9.12"}
#Requires -Modules @{ ModuleName="Pester"; ModuleVersion="5.3.3" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.5"}
#Requires -Modules @{ ModuleName="Pester"; ModuleVersion="5.5.0" }

[CmdletBinding()]
param (
Expand Down

0 comments on commit 9de78c5

Please sign in to comment.