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:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-05-15 19:40:00 +0300
committerGitHub <noreply@github.com>2017-05-15 19:40:00 +0300
commit55e85fa5da49c762645063c3771cbcee7eec1984 (patch)
tree3be57eb0e73e7776b49d1cf8884a2395aa23b525 /src/System.Security.Cryptography.OpenSsl
parent1c9342b6a0a5273ff579ef11a954ee65a21eca3c (diff)
Revert "Remove some assemblies from some OS shared frameworks"
Diffstat (limited to 'src/System.Security.Cryptography.OpenSsl')
-rw-r--r--src/System.Security.Cryptography.OpenSsl/dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Security.Cryptography.OpenSsl/dir.props b/src/System.Security.Cryptography.OpenSsl/dir.props
index eaa9c631bb..db5b2a7bb3 100644
--- a/src/System.Security.Cryptography.OpenSsl/dir.props
+++ b/src/System.Security.Cryptography.OpenSsl/dir.props
@@ -4,7 +4,7 @@
<PropertyGroup>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<AssemblyKey>MSFT</AssemblyKey>
- <IsNETCoreApp Condition="'$(OSGroup)' == 'Unix'">true</IsNETCoreApp>
+ <IsNETCoreApp>true</IsNETCoreApp>
<IsNETCoreAppRef>false</IsNETCoreAppRef>
</PropertyGroup>
</Project>