Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen committed Aug 24, 2023
1 parent c09f26f commit 4668b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated Microsoft.SqlServer.DacFx to 162.0.52.
- Updated System.Management.Automation to 7.2.13.

## [1.6.0] - 2023-08-24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/PsDac/PsDac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="161.8089.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.0.52" />
<PackageReference Include="System.Management.Automation" Version="7.2.13" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Include="System.Management.Automation" Version="7.2.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4668b5d

Please sign in to comment.