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-14 22:55:35 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-18 23:28:50 +0300
commit72002dbb7e3e657adaeb002feca0399d9667a54b (patch)
treed4470d1d8dbcb42b88e2ef22fc8e77b776a1388d /Packaging.props
parentec4d6f868eb6497216791fc158173e7123d6e73f (diff)
Re-enable package validation and clean up package content
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props9
1 files changed, 0 insertions, 9 deletions
diff --git a/Packaging.props b/Packaging.props
index 4f245d61f1..225ae6f3ea 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -27,19 +27,10 @@
<PackageVersion Condition="'$(PackageVersion)' == ''">4.4.0</PackageVersion>
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
<SkipGenerationCheck>true</SkipGenerationCheck>
- <!-- support check is broken until we reenable package harvesting -->
- <SkipSupportCheck>true</SkipSupportCheck>
</PropertyGroup>
<Import Condition="Exists('pkg/baseline/baseline.props') AND '$(MSBuildProjectExtension)' == '.pkgproj'" Project="pkg/baseline/baseline.props" />
- <ItemGroup Condition="'$(MSBuildProjectExtension)' == '.pkgproj'">
- <ValidatePackageSuppression Include="SuppressNETStandardInference">
- <!-- desktop assemblies must version past NETStandard refs -->
- <Value>.NETFramework,Version=v4.6;.NETFramework,Version=v4.6.1;.NETFramework,Version=v4.6.2;.NETFramework,Version=v4.6.3</Value>
- </ValidatePackageSuppression>
- </ItemGroup>
-
<PropertyGroup Condition="'$(OsEnvironment)'=='Unix'">
<!--
Building packages fails for two reasons.