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-04-08 03:07:59 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-08 03:07:59 +0300
commit9eafe499fd58447ecea75dead4602d1f8faedc33 (patch)
tree263ea80501608de44a20fe479bc1814b230f0a03 /pkg/frameworkPackage.targets
parentcf28f5105ac4bbcb9d19fa71a90fe4a219e0994b (diff)
Share more of the common framework package props
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index 33bf916aee..e4f32593e9 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -1,6 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" InitialTargets="CheckForBuildTools" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <IsLineupPackage Condition="'$(PackageTargetRuntime)' == ''">true</IsLineupPackage>
+ <PreventImplementationReference Condition="'$(PackageTargetRuntime)' != ''">true</PreventImplementationReference>
+
+ <!-- these packages don't follow the patterns expected by package validation -->
+ <SkipPackageFileCheck>true</SkipPackageFileCheck>
+ <SkipValidatePackage>true</SkipValidatePackage>
+
+ <NETStandardVersion Condition="'$(NETStandardVersion)' == ''">2.0</NETStandardVersion>
+ </PropertyGroup>
+
<!-- Bring in ref content from binplaced ref props -->
<Import Condition="'$(PackageTargetRuntime)' == ''" Project="$(RefBinDir)\*.props" />
<ItemGroup Condition="'$(PackageTargetRuntime)' == ''">