Skip to content

Commit

Permalink
Bump Microsoft.SqlServer.SqlManagementObjects from 170.18.0 to 170.21.0
Browse files Browse the repository at this point in the history
Bumps Microsoft.SqlServer.SqlManagementObjects from 170.18.0 to 170.21.0.

---
updated-dependencies:
- dependency-name: Microsoft.SqlServer.SqlManagementObjects
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 1e6612d commit 97d0687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SqlSync.ObjectScript/SqlSync.ObjectScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.21.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SqlSync.TableScript/SqlSync.TableScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.21.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\\SqlSync.SqlBuild\SqlSync.SqlBuild.csproj" />
Expand Down

0 comments on commit 97d0687

Please sign in to comment.