Skip to content

Commit

Permalink
Bump ErikEJ.DacFX.TSQLSmellSCA from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [ErikEJ.DacFX.TSQLSmellSCA](https://github.com/ErikEJ/SqlServer.Rules) from 1.0.0 to 1.1.0.
- [Commits](https://github.com/ErikEJ/SqlServer.Rules/commits)

---
updated-dependencies:
- dependency-name: ErikEJ.DacFX.TSQLSmellSCA
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 1f7ebda commit cc1229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DacpacTool/DacpacTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<!-- These packages contain DacFX analysis rules, which must be located with the executable in order to be discovered-->
<PackageReference Include="ErikEJ.DacFX.SqlServer.Rules" Version="1.0.0" IncludeAssets="runtime" />
<PackageReference Include="ErikEJ.DacFX.TSQLSmellSCA" Version="1.0.0" IncludeAssets="runtime" />
<PackageReference Include="ErikEJ.DacFX.TSQLSmellSCA" Version="1.1.0" IncludeAssets="runtime" />

<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.3.566" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
Expand Down

0 comments on commit cc1229b

Please sign in to comment.