File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Updated System.Management.Automation and PowerShellVersion to 7.4.
13+ - Updated TargetFramework to net8.0.
14+
1015### Added
1116
1217- Added command ` Get-Schema `
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <AssemblyName >PsSmo</AssemblyName >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.6.2" />
1010 <PackageReference Include =" Microsoft.SqlServer.SqlManagementObjects" Version =" 170.18.0" />
11- <PackageReference Include =" System.Management.Automation" Version =" 7.2.16 " />
11+ <PackageReference Include =" System.Management.Automation" Version =" 7.4.0 " />
1212 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.1.3" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Copyright = '(c) 2021 Steffen Kampmann. Alle Rechte vorbehalten.'
3333Description = ' The PowerShell SQL Client module replaces the SQL Server utilities SQLCMD with native PowerShell commands.'
3434
3535# Minimum version of the PowerShell engine required by this module
36- PowerShellVersion = ' 7.2.16 '
36+ PowerShellVersion = ' 7.4 '
3737
3838# Name of the PowerShell host required by this module
3939# PowerShellHostName = ''
You can’t perform that action at this time.
0 commit comments