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 StJohn <ericstj@microsoft.com>2017-04-04 19:04:49 +0300
committerGitHub <noreply@github.com>2017-04-04 19:04:49 +0300
commit997f641dde13dc2f89f9e4f45e1b1254aa644ebd (patch)
tree8259e5ceb580b79d0f7c6a5cbcc7554c753ff307 /Packaging.props
parentf044fc90e46e0905c12104bc0ab1a880570ff981 (diff)
Ensure we build all of pkg folder (#17838)
* Ensure we build all of packages folder This turns back on Microsoft.NETCore.Targets and Microsoft.Private.PackageBaseline. * Delete Microsoft.NETCore.Targets Previously this package shipped a runtime.json with 2 things in it. 1. Lineup for all of CoreFx packages. 2. Supports clauses 1 is no longer needed since we've flattened the package graph. 2 is irrelevant now that NuGet has disabled guardrails checks.
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/Packaging.props b/Packaging.props
index dd6ea6631f..3fed36986d 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -16,7 +16,6 @@
<XmlDocFileRoot>$(PackagesDir)Microsoft.Private.Intellisense/1.0.0-rc4-24206-00/xmldocs</XmlDocFileRoot>
<!-- We're currently not building a "live" baseline, instead we're using .NETCore 1.0 RTM stable versions as the baseline -->
<SkipBaseLineCheck>true</SkipBaseLineCheck>
- <LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">2.0.0</LineupPackageVersion>
<PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">2.0.0</PlatformPackageVersion>
<!-- by default all packages will use the same version which revs with respect to product version -->