diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-06-10 15:55:07 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-06-10 15:55:07 +0700 |
commit | 1d0ff8af6e1a9b217068ee0f800592412d87edce (patch) | |
tree | 5e45ab7785e483e8e32b0b259a5efad590cac349 /crypto/test/UnitTests.csproj | |
parent | Portabiliity fix (diff) | |
download | BouncyCastle.NET-ed25519-1d0ff8af6e1a9b217068ee0f800592412d87edce.tar.xz |
Fix portability issues around Socket class
Diffstat (limited to '')
-rw-r--r-- | crypto/test/UnitTests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index 404eb6ca1..0c0184d42 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -1397,4 +1397,4 @@ <ItemGroup> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> </ItemGroup> -</Project> +</Project> \ No newline at end of file |