summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2018-06-26 15:53:42 -0700
committerGitHub <noreply@github.com>2018-06-26 15:53:42 -0700
commited65cca4838f23617c359ba83098e0ed5bad8a8f (patch)
tree5cb7311308c7425a51e259d8a9f7369d457ff811
parent135263824f4f6d2f38b2d1c3d83fe981d5e50b19 (diff)
downloadcoreclr-ed65cca4838f23617c359ba83098e0ed5bad8a8f.tar.gz
coreclr-ed65cca4838f23617c359ba83098e0ed5bad8a8f.tar.bz2
coreclr-ed65cca4838f23617c359ba83098e0ed5bad8a8f.zip
Update branding to 2.1.3 (#18651)
-rw-r--r--dependencies.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index 0c2be9c0d9..c56b36bd09 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -12,7 +12,7 @@
<PropertyGroup>
<!-- Central place to set the versions of all nuget packages produced in the repo -->
- <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.1</PackageVersion>
+ <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.3</PackageVersion>
<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>