diff options
author | Oren Novotny <oren@novotny.org> | 2018-07-19 20:49:51 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-07-19 20:49:51 -0400 |
commit | 51848a1361afa502677724f2b4ae5d5b2e2f8ff9 (patch) | |
tree | d9a6137e7833a91310b158116cf74d034f66373c /crypto/test/crypto.test.csproj | |
parent | Fix Synchronized for modern frameworks (diff) | |
download | BouncyCastle.NET-ed25519-51848a1361afa502677724f2b4ae5d5b2e2f8ff9.tar.xz |
Update build scripts to add code coverage
Diffstat (limited to 'crypto/test/crypto.test.csproj')
-rw-r--r-- | crypto/test/crypto.test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/crypto.test.csproj b/crypto/test/crypto.test.csproj index 6c54181b0..541c88c23 100644 --- a/crypto/test/crypto.test.csproj +++ b/crypto/test/crypto.test.csproj @@ -14,7 +14,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> <PackageReference Include="NUnit" Version="3.10.1" /> <PackageReference Include="NUnit3TestAdapter" Version="3.10.0" /> </ItemGroup> |