Merged PR 127892: [2.1.2xx-MSRC]: Update to aspnet 2.0.9-rtm-10029
Expect at least one more update as this is not the final build (it depends on .NET Core 2.0.9-servicing-26612-03) FYI - @<John Luo> @<mgirgin>
This commit is contained in:
commit
3601d6eb5e
1 changed files with 5 additions and 4 deletions
|
@ -59,16 +59,16 @@
|
|||
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
|
||||
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
|
||||
|
||||
<AspNetCoreTemplatePackageVersion>2.0.8</AspNetCoreTemplatePackageVersion>
|
||||
<AspNetCoreTemplatePackageVersion>2.0.9</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.8</AspNetCoreBranchName>
|
||||
<AspNetCoreBranchName>2.0.9</AspNetCoreBranchName>
|
||||
<AspNetCoreRelease>rtm</AspNetCoreRelease>
|
||||
<AspNetCoreVersion>2.0.8</AspNetCoreVersion>
|
||||
<AspNetCoreRuntimePackageTimestamp>10026</AspNetCoreRuntimePackageTimestamp>
|
||||
<AspNetCoreVersion>2.0.9</AspNetCoreVersion>
|
||||
<AspNetCoreRuntimePackageTimestamp>10029</AspNetCoreRuntimePackageTimestamp>
|
||||
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'=='notimestamp'">$(AspNetCoreVersion)</CurrentAspNetCoreRuntimeVersion>
|
||||
<CurrentAspNetCoreRuntimeVersion Condition="'$(AspNetCoreRuntimePackageFlavor)'!='notimestamp'">$(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp)</CurrentAspNetCoreRuntimeVersion>
|
||||
|
||||
|
@ -82,6 +82,7 @@
|
|||
This list should be sorted most recent version to oldest.
|
||||
-->
|
||||
<AspNetCoreRuntimeStoreVersion Include="$(CurrentAspNetCoreRuntimeVersion)" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.8" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.7" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.6" />
|
||||
<AspNetCoreRuntimeStoreVersion Include="2.0.5" />
|
||||
|
|
Loading…
Reference in a new issue