diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-08-23 12:11:56 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-08-23 12:11:56 +0700 |
commit | f621b8741e75150e89469b86af98936304bd40e7 (patch) | |
tree | 4627f9c3466869fc8071132e2a64fbf23fcf7908 /crypto/test | |
parent | Nerdbank.GitVersioning 3.5.109 (diff) | |
download | BouncyCastle.NET-ed25519-f621b8741e75150e89469b86af98936304bd40e7.tar.xz |
Microsoft.NET.Test.Sdk 17.3.0
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 43f348fa8..8ae0914d5 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -22,7 +22,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" /> <PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" /> </ItemGroup> |