Skip to content

Commit 2edff94

Browse files
committed
.net10
1 parent 0596b2f commit 2edff94

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Examples/CSharpMirationStep/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
Any assembly script is
55

6-
- .exe or .dll for target framework is 4.7.2+
6+
- .exe or .dll for target framework 4.7.2+
77
- .dll for .net 8.0+
88
- has exactly one class with script implementation
99

10-
This project is an example of script implementation.
10+
[CSharpMirationStep](CSharpMirationStep.csproj) project is an example of script implementation.
1111
The build output is 2.1_2.2.dll with target framework 4.7.2.
1212
Due to the current dependencies, 2.1_2.2.dll works well on .net 8.0+.
1313

Examples/PackageManagerConsole/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ How to use SqlDatabase in the VS Package manager console
33

44
This example shows how to combine [SolutionScripts](https://www.nuget.org/packages/SolutionScripts/) and SqlDatabase
55

6-
Open this [solution](PackageManagerConsole.slnx) in the Visual Studio. Open Package manage console (in the VS menu Tools/NuGet Package Manager/Package Manager Console)
6+
Open [PackageManagerConsole](PackageManagerConsole.slnx) solution in the Visual Studio. Open Package manage console (in the VS menu Tools/NuGet Package Manager/Package Manager Console)
77

88
![Console](Sreen.png)
99

Examples/PowerShellScript/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,13 @@ The version with which you run the module.
6767

6868
Installed Powershell Desktop version.
6969

70-
### .net SDK tool for .net 6.0+
70+
### .net SDK tool for .net 8.0+
7171

7272
[![NuGet](https://img.shields.io/nuget/v/SqlDatabase.GlobalTool.svg?style=flat-square&label=nuget%20dotnet%20tool)](https://www.nuget.org/packages/SqlDatabase.GlobalTool/)
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 10.0 can host Powershell Core versions below 7.7
7677
* SqlDatabase .net 9.0 can host Powershell Core versions below 7.6
7778
* SqlDatabase .net 8.0 can host Powershell Core versions below 7.5
7879

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 7.2+ and PowerShell Desktop 5.1.
4343

44-
.net tool is compatible with .net sdk 9.0 and 8.0.
44+
.net tool is compatible with .net sdk 10.0, 9.0 and 8.0.
4545

46-
Command-line tool is compatible with .net runtime 9.0, 8.0 and .net framework 4.7.2+.
46+
Command-line tool is compatible with .net runtime 10.0, 9.0, 8.0 and .net framework 4.7.2+.
4747

4848
### PowerShell, from gallery
4949

0 commit comments

Comments
 (0)