diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-28 20:19:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 20:19:46 +0000 |
commit | 982c40145517baf6dfae7827cc4c0f8b80527773 (patch) | |
tree | e18608fc9904b917bf1ba652034d4781c532a35c | |
parent | Build script updates (diff) | |
download | BouncyCastle.NET-ed25519-982c40145517baf6dfae7827cc4c0f8b80527773.tar.xz |
Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.2.0...v16.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 37a4872bb..669eaccc3 100644 --- a/crypto/test/crypto.test.csproj +++ b/crypto/test/crypto.test.csproj @@ -20,7 +20,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> <PackageReference Include="NUnit" Version="3.12.0" /> <PackageReference Include="NUnit3TestAdapter" Version="3.14.0" /> <PackageReference Include="coverlet.collector" Version="1.0.1" /> |