Skip to content

Commit 8da3650

Browse files
authored
Merge pull request #43 from Honkai-Impact-4-Galaxy-Journey/dependabot/nuget/util/BouncyCastle.Cryptography-2.3.1
Bump BouncyCastle.Cryptography from 2.2.1 to 2.3.1 in /util
2 parents 7a30366 + c5763ba commit 8da3650

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

util/UtilPlugin.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@
7878
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
7979
<HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
8080
</Reference>
81-
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
82-
<HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
81+
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938">
82+
<HintPath>..\packages/BouncyCastle.Cryptography.2.3.1/lib/net461/BouncyCastle.Cryptography.dll</HintPath>
83+
<Private>True</Private>
8384
</Reference>
8485
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
8586
<HintPath>..\packages\EXILED.8.8.1\lib\net48\CommandSystem.Core.dll</HintPath>

util/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="BouncyCastle.Cryptography" version="2.2.1" targetFramework="net48" />
3+
<package id="BouncyCastle.Cryptography" version="2.3.1" targetFramework="net48" />
44
<package id="EXILED" version="8.8.1" targetFramework="net48" />
55
<package id="Google.Protobuf" version="3.24.3" targetFramework="net48" />
66
<package id="K4os.Compression.LZ4" version="1.3.6" targetFramework="net48" />

0 commit comments

Comments
 (0)