diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-09 18:47:53 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-09 18:47:53 +0700 |
commit | df471a1d239cd08696b685f1714633541c8fce17 (patch) | |
tree | 6d1413dddaf969c1796053711d81b6acb28b29d2 | |
parent | Crc24 perf. opts. (diff) | |
download | BouncyCastle.NET-ed25519-df471a1d239cd08696b685f1714633541c8fce17.tar.xz |
Microsoft.NET.Test.Sdk 17.4.0
-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 77a873a2a..a17ee3b36 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.3.2" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |