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>2016-07-28 00:18:55 +0300
committerEric St. John <ericstj@microsoft.com>2016-07-28 00:18:55 +0300
commitc64f89254ca3fb27077e90c99471b9b82b76e67b (patch)
tree58fba9dd12686edc278b752a72bbfabc499bd4e5 /Packaging.props
parent7db25cae2d6dcddccf127523a844d38430db244b (diff)
Fix lineup version
This needs to be updated since I bumped the version of the lineup package with https://github.com/dotnet/corefx/commit/b2d61e78e904b574b2e7fde61d82b29a0ea6c767
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Packaging.props b/Packaging.props
index d33e52cdd9..cfd026cac5 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -17,7 +17,7 @@
<!-- We're currently not building a "live" baseline, instead we're using .NETCore 1.0 RTM stable versions as the baseline -->
<SkipBaseLineCheck>true</SkipBaseLineCheck>
<!-- temporary change until buildtools can be updated https://github.com/dotnet/buildtools/issues/831 -->
- <LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">1.0.2</LineupPackageVersion>
+ <LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">1.0.3</LineupPackageVersion>
<PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">1.0.2</PlatformPackageVersion>
</PropertyGroup>