Add property to skip installing the aspnetcore shared framework
This commit is contained in:
parent
9ad731bc33
commit
b8424b0e8b
|
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
||||||
|
|
||||||
|
<!-- SkipAspNetCoreRuntimeInstall must be set when building templates before the shared framework is available -->
|
||||||
|
<AspNetCoreRuntime Include="$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||||
|
Condition=" '$(SkipAspNetCoreRuntimeInstall)' != 'true' " />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<AspNetCoreRuntime Include="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue