File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/Uno.Wasm.Bootstrap/build Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 427
427
<WasmNativeDebugSymbols >true</WasmNativeDebugSymbols >
428
428
</PropertyGroup >
429
429
</Target >
430
-
430
+
431
+ <!-- Workaround for https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/973 -->
432
+ <Target Name =" _UnoAdjustOriginalItemSpecForProjectReference"
433
+ BeforeTargets=" GetCurrentProjectBuildStaticWebAssetItems"
434
+ Condition=" '$(NETCoreSdkVersion)' >= '9.0.300' and '$(UnoDisableAdjustOriginalItemSpecForProjectReference)' != 'true' " >
435
+ <ItemGroup >
436
+ <_UnoCachedBuildStaticWebAssets Include =" @(_CachedBuildStaticWebAssets)" >
437
+ <OriginalItemSpec Condition =" '%(_CachedBuildStaticWebAssets.OriginalItemSpec)' != ''" >$([System.IO.Path]::GetFullPath('%(_CachedBuildStaticWebAssets.OriginalItemSpec)'))</OriginalItemSpec >
438
+ </_UnoCachedBuildStaticWebAssets >
439
+ <_CachedBuildStaticWebAssets Remove =" @(_CachedBuildStaticWebAssets)" />
440
+ <_CachedBuildStaticWebAssets Include =" @(_UnoCachedBuildStaticWebAssets)" />
441
+ </ItemGroup >
442
+ </Target >
431
443
</Project >
You can’t perform that action at this time.
0 commit comments