Merged PR 118158: Update to ASP.NET Core 2.0.8 build 10024
Update to ASP.NET Core 2.0.8 build 10024.
This commit is contained in:
commit
064879cfed
1 changed files with 5 additions and 4 deletions
|
@ -59,16 +59,16 @@
|
|||
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
|
||||
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
|
||||
|
||||
<AspNetCoreTemplatePackageVersion>2.0.7</AspNetCoreTemplatePackageVersion>
|
||||
<AspNetCoreTemplatePackageVersion>2.0.8</AspNetCoreTemplatePackageVersion>
|
||||
<!-- This should either be timestamped or notimestamp as appropriate.
|
||||
AspNetCoreRelease is only used if the value of this property is "timestamped" -->
|
||||
<AspNetCoreRuntimePackageFlavor>notimestamp</AspNetCoreRuntimePackageFlavor>
|
||||
|
||||
<!--BranchName and AspNetCoreVersion will not always be the same-->
|
||||
<AspNetCoreBranchName>2.0.7</AspNetCoreBranchName>
|
||||
<AspNetCoreBranchName>2.0.8</AspNetCoreBranchName>
|
||||
<AspNetCoreRelease>rtm</AspNetCoreRelease>
|
||||
<AspNetCoreVersion>2.0.7</AspNetCoreVersion>
|
||||
<AspNetCoreRuntimePackageTimestamp>231</AspNetCoreRuntimePackageTimestamp>
|
||||
<AspNetCoreVersion>2.0.8</AspNetCoreVersion>
|
||||
<AspNetCoreRuntimePackageTimestamp>10024</AspNetCoreRuntimePackageTimestamp>
|
||||
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'=='notimestamp'">$(AspNetCoreVersion)</CurrentAspNetCoreRuntimeVersion>
|
||||
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'!='notimestamp'">$(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp)</CurrentAspNetCoreRuntimeVersion>
|
||||
|
||||
|
@ -83,6 +83,7 @@
|
|||
This list should be sorted most recent version to oldest.
|
||||
-->
|
||||
<AspNetCoreRuntimeStoreVersion Include="$(CurrentAspNetCoreRuntimeVersion)" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.7" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.6" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.5" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.3" />
|
||||
|
|
Loading…
Reference in a new issue