We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a2aa5a + 3ebfa51 commit 4d0f948Copy full SHA for 4d0f948
2 files changed
CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
- Updated TargetFramework to net8.0.
14
- Updated Microsoft.SqlServer.SqlManagementObjects to 180.10.0.
15
- Updated Microsoft.Data.SqlClient to 5.2.3.
16
+- Updated Azure.Identity to 1.13.0.
17
18
### Added
19
src/PsSmo/PsSmo.csproj
@@ -6,6 +6,7 @@
6
</PropertyGroup>
7
8
<ItemGroup>
9
+ <PackageReference Include="Azure.Identity" Version="1.13.0" />
10
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
11
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.3" />
12
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="180.10.0" />
0 commit comments