We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dfb4a commit c3da499Copy full SHA for c3da499
src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
@@ -63,7 +63,7 @@
63
64
<Target Name="_UnoWasmValidateCompatibleSdk"
65
BeforeTargets="BeforeBuild"
66
- Condition=" '$(Disable_UnoWasmValidateCompatibleSdk)' != 'true' ">
+ Condition=" '$(TargetFramework)' != '' AND '$(Disable_UnoWasmValidateCompatibleSdk)' != 'true' ">
67
68
<!-- Fail the build if the TargetFramework is below 9.0 -->
69
<Error Condition=" $([MSBuild]::VersionLowerThan( $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')), '9.0')) "
0 commit comments