Allow Installer to bundle AspNetCoreRuntime by default under FreeBSD (#14817)
This commit is contained in:
parent
9e32b1a1bc
commit
bda5a2323d
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@
|
|||
AND '$(Rid)' != 'ubuntu.18.04-x64'">true</IncludeSharedFrameworksForBackwardsCompatibilityTests>-->
|
||||
<HighEntropyVA>true</HighEntropyVA>
|
||||
|
||||
<!-- There is no asp.net runtime available for freebsd at the moment. Once there is one, we can remove the line below -->
|
||||
<IncludeAspNetCoreRuntime Condition=" '$(IncludeAspNetCoreRuntime)' == '' AND $(Rid.StartsWith('freebsd'))">false</IncludeAspNetCoreRuntime>
|
||||
|
||||
<!-- Only use asset target fallback that we set (not implicit one to net461). -->
|
||||
<!--<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue