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:
authorIoana Crant <ioana.crant@gmail.com>2016-08-19 03:01:18 +0300
committerIoana Crant <ioana.crant@gmail.com>2016-08-19 21:29:08 +0300
commit3d7d589e786e7763dbc7e50e854bdbff791babe6 (patch)
treea7d3a643beeee2d7a7f7621c94c162d909151b1c /Packaging.props
parente66576aa8290714284848086259b6429d1ce9b54 (diff)
added CAS stubs and tests
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/Packaging.props b/Packaging.props
index 7db6711e7b..11a54d01bf 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -19,6 +19,7 @@
<!-- temporary change until buildtools can be updated https://github.com/dotnet/buildtools/issues/831 -->
<LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">1.0.3</LineupPackageVersion>
<PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">1.0.2</PlatformPackageVersion>
+ <SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
</PropertyGroup>
<Import Condition="Exists('pkg/baseline/baseline.props')" Project="pkg/baseline/baseline.props" />