Skip to content

Commit

Permalink
ps downgrade for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Nov 25, 2023
1 parent c068718 commit 782b325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated Microsoft.SqlServer.DacFx to 162.1.167.
- Updated System.Management.Automation to 7.2.17 and PowerShell 7.2.17.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.

## [1.6.0] - 2023-08-24

Expand Down
2 changes: 1 addition & 1 deletion src/PsDac/PsDac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.167" />
<PackageReference Include="System.Management.Automation" Version="7.2.17" />
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PsDac/PsDac.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Description = 'PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '7.2.17'
PowerShellVersion = '7.2.16'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down

0 comments on commit 782b325

Please sign in to comment.