Skip to content

Commit b8482f3

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 b8482f3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/snippets/vb/all-rules/all-rules.vbproj

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

1313
<ItemGroup>
1414
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" />
15-
<PackageReference Include="System.Security.Permissions" Version="6.0.0" />
15+
<PackageReference Include="System.Security.Permissions" Version="7.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)