Update to ASP.NET Core 2.0.8 build 10026

This commit is contained in:
Nate McMaster 2018-04-23 20:02:08 -07:00
parent 064879cfed
commit 0b885eee23
No known key found for this signature in database
GPG key ID: A778D9601BD78810

View file

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