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:
authorEric St. John <ericstj@microsoft.com>2017-01-19 04:24:46 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-19 08:10:21 +0300
commitf8e8cda1322b3252e519b323fa5cadc8e470ee5a (patch)
treebf422dcc67c9cf10923056e50e34ce184b2f0853 /src/System.Runtime.CompilerServices.VisualC
parent4f0c691bd631f3b0848df0c7e03eb2018e067960 (diff)
Add assemblies to NETCore.App if in netstandard
For every assembly that is forwarded to by netstandard.dll, ensure it is a reference as part of NETCore.App
Diffstat (limited to 'src/System.Runtime.CompilerServices.VisualC')
-rw-r--r--src/System.Runtime.CompilerServices.VisualC/dir.props5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/System.Runtime.CompilerServices.VisualC/dir.props b/src/System.Runtime.CompilerServices.VisualC/dir.props
index 503cf86a87..bfbc5bd9e0 100644
--- a/src/System.Runtime.CompilerServices.VisualC/dir.props
+++ b/src/System.Runtime.CompilerServices.VisualC/dir.props
@@ -1,7 +1,8 @@
+<?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>
</PropertyGroup>
-</Project>
-
+</Project> \ No newline at end of file