Revert "Install 2.1.0"
This reverts commit bdddcfc77435d59e925828df1f2b76e443db022a.
This commit is contained in:
parent
7579b6db68
commit
f278c804b2
|
|
@ -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' " />
|
||||
|
|
|
|||
Loading…
Reference in New Issue