Revert "[Build] Add XenkoBuildDoc parameter to force TargetFramework …
…even if not specified (seems necessary for older version of Roslyn used in docfx)"
Should not be necessary anymore with docfx 2.47
This reverts commit 35923fa.
<TargetFrameworkCondition="'$(XenkoBuildDoc)' == 'true' And '$(TargetFramework)' == ''">$(TargetFrameworks.Split(';', StringSplitOptions.RemoveEmptyEntries)[0])</TargetFramework>
<XenkoRuntimeIdentifiersCondition="'$(XenkoRuntimeNetStandardNoRuntimeIdentifiers)' != 'true' And '$(TargetFramework)' == 'netstandard2.0' And $(_XenkoPlatforms.Contains(';Windows;'))">$(XenkoRuntimeIdentifiers);win</XenkoRuntimeIdentifiers>
<XenkoRuntimeIdentifiersCondition="'$(XenkoRuntimeNetStandardNoRuntimeIdentifiers)' != 'true' And '$(TargetFramework)' == 'netstandard2.0' And $(_XenkoPlatforms.Contains(';Linux;'))">$(XenkoRuntimeIdentifiers);linux</XenkoRuntimeIdentifiers>
@@ -65,12 +62,12 @@
<!-- Otherwise compute fallback -->
<XenkoRuntimeIdentifierCondition="'$(XenkoRuntimeIdentifiers)' != '' And '$(XenkoRuntimeIdentifier)' == ''">$(XenkoRuntimeIdentifiers.Split(';', StringSplitOptions.RemoveEmptyEntries)[0])</XenkoRuntimeIdentifier>
0 comments on commit
6c4dfce