Skip to content

Commit 9ff2f94

Browse files
committed
.net8.0
1 parent 80a1d40 commit 9ff2f94

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
build.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

Examples/CSharpMirationStep/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Any 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

1010
This project is an example of script implementation.

Examples/PowerShellScript/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Installed Powershell Desktop version.
7373

7474
Pre-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

7979
PowerShell location can be passed via command line:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Installation
4141

4242
PowerShell 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

0 commit comments

Comments
 (0)