Install 2.1.0

This commit is contained in:
John Luo 2018-05-25 11:51:13 -07:00
parent cc22ea1ed3
commit 7579b6db68
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
<ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
<!-- Install the 2.1.0 RTM runtime -->
<AspNetCoreRuntime Include="2.1.0">
<Feed>https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180515-07/final/assets</Feed>
</AspNetCoreRuntime>
<!-- SkipAspNetCoreRuntimeInstall must be set when building templates before the shared framework is available -->
<AspNetCoreRuntime Include="$(MicrosoftAspNetCoreAllPackageVersion)"
Condition=" '$(SkipAspNetCoreRuntimeInstall)' != 'true' " />