File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33build.ps1 is designed to run on windows
44
55- PowerShell Desktop 5.1
6- - PowerShell [ 7.3.0] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0 ) for .net 7.0 tests
6+ - 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
88- Install-Module -Name [ InvokeBuild] ( https://www.powershellgallery.com/packages/InvokeBuild/5.10.4 ) -RequiredVersion 5.10.4
99- Install-Module -Name [ ThirdPartyLibraries] ( https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.4.1 ) -RequiredVersion 3.4.1
1010- .net framework 4.7.2+ sdk
11- - .net 7 .0 sdk
11+ - .net 8 .0 sdk
1212- docker, switched to linux containers
1313
1414## How to build
Original file line number Diff line number Diff line change 44Any assembly script is
55
66- .exe or .dll for target framework is 4.7.2+
7- - .dll for .net 7.0 or 6.0
7+ - .dll for .net 6.0+
88- has exactly one class with script implementation
99
1010This project is an example of script implementation.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Installed Powershell Desktop version.
7373
7474Pre-installed Powershell Core is required, will be used by SqlDatabase as external component. Due to the Powershell Core design:
7575
76- * SqlDatabase .net 7.0 can host Powershell Core versions below 7.4
76+ * SqlDatabase .net 8.0 and 7.0 can host Powershell Core versions below 7.4
7777* SqlDatabase .net 6.0 can host Powershell Core versions below 7.3
7878
7979PowerShell location can be passed via command line:
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Installation
4141
4242PowerShell module is compatible with Powershell Core 6.1+ and PowerShell Desktop 5.1.
4343
44- .net tool is compatible with .net sdk 7.0, and 6.0.
44+ .net tool is compatible with .net sdk 8.0, 7.0, and 6.0.
4545
46- Command-line tool is compatible with .net runtime 7.0, 6.0 and .net framework 4.7.2+.
46+ Command-line tool is compatible with .net runtime 8.0, 7.0, 6.0 and .net framework 4.7.2+.
4747
4848### PowerShell, from gallery
4949
You can’t perform that action at this time.
0 commit comments