Skip to content

Commit e346e86

Browse files
Bump the dotnet group (#43497)
Bumps the dotnet group in /docs/fundamentals/code-analysis/quality-rules/snippets/csharp/all-rules with 2 updates: [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) and [System.Security.Permissions](https://github.com/dotnet/runtime). Updates `System.Data.SqlClient` from 4.8.6 to 4.9.0 - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `System.Security.Permissions` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: System.Security.Permissions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2b26ed commit e346e86

File tree

1 file changed

+2
-2
lines changed
  • docs/fundamentals/code-analysis/quality-rules/snippets/csharp/all-rules

1 file changed

+2
-2
lines changed

docs/fundamentals/code-analysis/quality-rules/snippets/csharp/all-rules/all-rules.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
12-
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
11+
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
12+
<PackageReference Include="System.Security.Permissions" Version="9.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)