Skip to content

Commit

Permalink
.net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Nov 12, 2023
1 parent 80a1d40 commit 9ff2f94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
build.ps1 is designed to run on windows

- PowerShell Desktop 5.1
- PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 7.0 tests
- PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 7.0 and 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/5.10.4) -RequiredVersion 5.10.4
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.4.1) -RequiredVersion 3.4.1
- .net framework 4.7.2+ sdk
- .net 7.0 sdk
- .net 8.0 sdk
- docker, switched to linux containers

## How to build
Expand Down
2 changes: 1 addition & 1 deletion Examples/CSharpMirationStep/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Any assembly script is

- .exe or .dll for target framework is 4.7.2+
- .dll for .net 7.0 or 6.0
- .dll for .net 6.0+
- has exactly one class with script implementation

This project is an example of script implementation.
Expand Down
2 changes: 1 addition & 1 deletion Examples/PowerShellScript/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Installed Powershell Desktop version.

Pre-installed Powershell Core is required, will be used by SqlDatabase as external component. Due to the Powershell Core design:

* SqlDatabase .net 7.0 can host Powershell Core versions below 7.4
* SqlDatabase .net 8.0 and 7.0 can host Powershell Core versions below 7.4
* SqlDatabase .net 6.0 can host Powershell Core versions below 7.3

PowerShell location can be passed via command line:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Installation

PowerShell module is compatible with Powershell Core 6.1+ and PowerShell Desktop 5.1.

.net tool is compatible with .net sdk 7.0, and 6.0.
.net tool is compatible with .net sdk 8.0, 7.0, and 6.0.

Command-line tool is compatible with .net runtime 7.0, 6.0 and .net framework 4.7.2+.
Command-line tool is compatible with .net runtime 8.0, 7.0, 6.0 and .net framework 4.7.2+.

### PowerShell, from gallery

Expand Down

0 comments on commit 9ff2f94

Please sign in to comment.