Update to aspnet 2.0.9-rtm-10030

This commit is contained in:
John Luo 2018-06-20 16:47:45 -07:00
parent 07241a3fe0
commit dc2fefdc99

View file

@ -68,7 +68,7 @@
<AspNetCoreBranchName>2.0.9</AspNetCoreBranchName>
<AspNetCoreRelease>rtm</AspNetCoreRelease>
<AspNetCoreVersion>2.0.9</AspNetCoreVersion>
<AspNetCoreRuntimePackageTimestamp>10029</AspNetCoreRuntimePackageTimestamp>
<AspNetCoreRuntimePackageTimestamp>10030</AspNetCoreRuntimePackageTimestamp>
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'=='notimestamp'">$(AspNetCoreVersion)</CurrentAspNetCoreRuntimeVersion>
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'!='notimestamp'">$(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp)</CurrentAspNetCoreRuntimeVersion>