Skip to content

Commit 6f429dc

Browse files
Bump System.Security.Permissions from 9.0.2 to 9.0.4
Bumps [System.Security.Permissions](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.4) --- updated-dependencies: - dependency-name: System.Security.Permissions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35a82a3 commit 6f429dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OTAPI.Patcher/OTAPI.Patcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -18,7 +18,7 @@
1818
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.2.3" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2020
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
21-
<PackageReference Include="System.Security.Permissions" Version="9.0.2" />
21+
<PackageReference Include="System.Security.Permissions" Version="9.0.4" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\FNA\FNA.Core.csproj" />

OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.2" />
2424
<PackageReference Include="System.Drawing.Common" Version="9.0.2" />
2525
<PackageReference Include="System.IO.Packaging" Version="9.0.2" />
26-
<PackageReference Include="System.Security.Permissions" Version="9.0.2" />
26+
<PackageReference Include="System.Security.Permissions" Version="9.0.4" />
2727
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
2828
<PackageReference Include="MonoMod" Version="22.7.31.1">
2929
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>

0 commit comments

Comments
 (0)