Skip to content

Commit cc152c0

Browse files
Bump System.Security.Permissions
Bumps [System.Security.Permissions](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: System.Security.Permissions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b632518 commit cc152c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" />
11-
<PackageReference Include="System.Security.Permissions" Version="6.0.0" />
11+
<PackageReference Include="System.Security.Permissions" Version="7.0.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)