Browse Source

🤖 Bump CryptoBase from 1.1.1 to 1.2.0 (#3132)

Bumps [CryptoBase](https://github.com/HMBSbige/CryptoBase) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/HMBSbige/CryptoBase/releases)
- [Commits](https://github.com/HMBSbige/CryptoBase/compare/1.1.1...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/3133/head
dependabot-preview[bot] GitHub 3 years ago
parent
commit
dc287e368a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Shadowsocks.Net/Shadowsocks.Net.csproj
  2. +1
    -1
      Shadowsocks.Protocol/Shadowsocks.Protocol.csproj

+ 1
- 1
Shadowsocks.Net/Shadowsocks.Net.csproj View File

@@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>


<ItemGroup> <ItemGroup>
<PackageReference Include="CryptoBase" Version="1.1.1" />
<PackageReference Include="CryptoBase" Version="1.2.0" />
<PackageReference Include="Splat" Version="10.0.1" /> <PackageReference Include="Splat" Version="10.0.1" />
</ItemGroup> </ItemGroup>




+ 1
- 1
Shadowsocks.Protocol/Shadowsocks.Protocol.csproj View File

@@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>


<ItemGroup> <ItemGroup>
<PackageReference Include="CryptoBase" Version="1.1.1" />
<PackageReference Include="CryptoBase" Version="1.2.0" />
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.2.0" /> <PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.2.0" />
</ItemGroup> </ItemGroup>




Loading…
Cancel
Save