From 49920aa9d00e77e12f88fb53f96db97cf3284a43 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 13 Feb 2020 15:45:36 -0800 Subject: [PATCH] Update branding to 3.1.3 (#19015) * Update branding to 3.1.3 * TargetingPackVersionPrefix -> 3.1.0 --- eng/Baseline.Designer.props | 2 +- eng/Baseline.xml | 2 +- eng/Versions.props | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props index 0550859109..beae2b6a59 100644 --- a/eng/Baseline.Designer.props +++ b/eng/Baseline.Designer.props @@ -2,7 +2,7 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 3.1.1 + 3.1.2 diff --git a/eng/Baseline.xml b/eng/Baseline.xml index d479dfe6ce..bfddf93a7c 100644 --- a/eng/Baseline.xml +++ b/eng/Baseline.xml @@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele Update this list when preparing for a new patch. --> - + diff --git a/eng/Versions.props b/eng/Versions.props index f0b625fffd..799adc7be6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 3 1 - 2 + 3 0 $(VersionPrefix) - $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).2 + $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).0 0.3.$(AspNetCorePatchVersion) $([MSBuild]::Add(10, $(AspNetCoreMajorVersion)))