Merged PR 118480: Update to ASP.NET Core 2.0.8 build 10026

Update to ASP.NET Core 2.0.8 build 10026.

FYI @<Stephen Halter> - includes your latest Kestrel changes.
This commit is contained in:
Nate McMaster 2018-04-24 14:54:42 +00:00 committed by John Beisner
commit 2d59528389

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>