Allow Installer to bundle AspNetCoreRuntime by default under FreeBSD (#14817)

This commit is contained in:
Thefrank 2023-07-24 22:49:38 -07:00 committed by GitHub
parent 9e32b1a1bc
commit bda5a2323d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>-->