Skip to content

Commit

Permalink
Migrate to the official netstandard version of BouncyCastle
Browse files Browse the repository at this point in the history
  • Loading branch information
jakhog committed Feb 13, 2019
1 parent f1f285d commit c20727d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DocumentationFile></DocumentationFile>
<NoWarn>NU1701</NoWarn> <!-- Once BouncyCastle has .NET Core support, we can take this out -->
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,7 +15,7 @@
<PackageReference Include="Dolittle.Serialization.Json" Version="2.*" />
<PackageReference Include="Dolittle.Concepts.Serialization.Json" Version="2.*" />
<PackageReference Include="Octokit" Version="0.32.0" />
<PackageReference Include="BouncyCastle" Version="1.8.4" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.3.0" />
<PackageReference Include="Dolittle.AspNetCore.Execution" Version="2.*" />
<PackageReference Include="Dolittle.AspNetCore.Tenancy" Version="2.*" />
Expand Down

0 comments on commit c20727d

Please sign in to comment.