Skip to content

Commit 5a7dde6

Browse files
committed
Update dependencies (#3)
1 parent f8d271e commit 5a7dde6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@
2222
<LangVersion>latest</LangVersion>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="1.1.0" />
25+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
26+
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="1.2.0" />
2627
</ItemGroup>
2728
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
28-
<PackageReference Include="BouncyCastle" Version="1.8.1" />
2929
<PackageReference Include="System.Net.Http" Version="4.3.1" />
3030
</ItemGroup>
31-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
32-
<PackageReference Include="BouncyCastle.CoreClr" Version="1.0.0" />
33-
</ItemGroup>
3431
</Project>

0 commit comments

Comments
 (0)