Skip to content

Commit

Permalink
Fix assembly version to 3.1.0.0 for 16.1 servicing (#36089)
Browse files Browse the repository at this point in the history
  • Loading branch information
genlu authored and RikkiGibson committed May 31, 2019
1 parent b63309b commit 58a4b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Expand Up @@ -16,7 +16,7 @@
When building servicing set AssemblyVersion property to a fixed value to avoid updating binding redirects in VS.
Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly.
-->
<AssemblyVersion Condition="'$(OfficialBuild)' == 'true' or '$(DotNetUseShippingVersions)' == 'true'">$(VersionPrefix).0</AssemblyVersion>
<AssemblyVersion Condition="'$(OfficialBuild)' == 'true' or '$(DotNetUseShippingVersions)' == 'true'">3.1.0.0</AssemblyVersion>
</PropertyGroup>
<!--
Dependency versions
Expand Down Expand Up @@ -323,4 +323,4 @@
https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json;
</RestoreSources>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 58a4b1e

Please sign in to comment.