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-27 22:05:19 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-28 23:28:01 +0300
commit5b534fdbf94e79c396d0b21a058f7945703f0883 (patch)
tree85ffa70a2b539b5952590416c18be6f2bddf5e34 /pkg/frameworkPackage.targets
parente9318bc16cffe22dbc5b384222ffc0445aff0240 (diff)
Fix framework package validation errors
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index 884f6ef1a6..0a1c6f50b5 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -5,10 +5,6 @@
<IsLineupPackage Condition="'$(PackageTargetRuntime)' == '' AND '$(IncludeLibFiles)' != 'true'">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>
<NETStandardPackageRefPath Condition="'$(NETStandardPackageRefPath)' == ''">$(PackagesDir)$(NETStandardPackageId.ToLower())\$(NETStandardPackageVersion)\build\netstandard$(NETStandardVersion)\ref</NETStandardPackageRefPath>