Skip to content

Commit ead7a62

Browse files
committed
Merge branch 'feature/ps7.4' into develop
2 parents f90d61c + 1ca6e1e commit ead7a62

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

src/PsSmo/PsSmo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

src/PsSmo/PsSmo.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = '(c) 2021 Steffen Kampmann. Alle Rechte vorbehalten.'
3333
Description = '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 = ''

0 commit comments

Comments
 (0)