Revert "Install 2.1.0"

This reverts commit bdddcfc77435d59e925828df1f2b76e443db022a.
This commit is contained in:
John Luo 2018-05-30 12:04:51 -07:00
parent 7579b6db68
commit f278c804b2
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@
<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' " />