Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Wicher <kwicher@microsoft.com>2017-04-27 02:16:49 +0300
committerKrzysztof Wicher <kwicher@microsoft.com>2017-04-27 02:17:30 +0300
commitd9e87b921b34389d47798d58ef4110dffaa3613f (patch)
tree6f84056e42e653a4e851af0daa79e0aee642f4db /src/System.Security.Cryptography.Algorithms
parent7d607bd619890f27cbe6da9cca2a404f27af067e (diff)
Fix issue 18811 - KeySize is not respected on netfx CSP impl
Diffstat (limited to 'src/System.Security.Cryptography.Algorithms')
-rw-r--r--src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
index 5fca732870..3df2433d28 100644
--- a/src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
+++ b/src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
@@ -3,6 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<ProjectGuid>{508A7D81-6462-459C-9F8F-B58FCCCFC8E7}</ProjectGuid>
+ <DefineConstants>$(DefineConstants);TESTING_CSP_IMPLEMENTATION</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />