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:
Diffstat (limited to 'src/System.Security.Cryptography.Csp/dir.props')
-rw-r--r--src/System.Security.Cryptography.Csp/dir.props6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/System.Security.Cryptography.Csp/dir.props b/src/System.Security.Cryptography.Csp/dir.props
index 503cf86a87..8f2003a937 100644
--- a/src/System.Security.Cryptography.Csp/dir.props
+++ b/src/System.Security.Cryptography.Csp/dir.props
@@ -1,7 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
<PropertyGroup>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
+ <IsNETCoreApp>true</IsNETCoreApp>
+ <IsNETCoreAppRef>false</IsNETCoreAppRef>
</PropertyGroup>
-</Project>
-
+</Project> \ No newline at end of file