From a0cd6b76ae106b918642cd6507157c0733394e9c Mon Sep 17 00:00:00 2001 From: pedrojesus-work Date: Tue, 16 Apr 2024 17:10:06 -0300 Subject: [PATCH] fix: remove Inputs those inputs are used by other targets, so it will mess things up --- src/.nuspec/Uno.Resizetizer.wasm.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.nuspec/Uno.Resizetizer.wasm.targets b/src/.nuspec/Uno.Resizetizer.wasm.targets index bda7556..364b407 100644 --- a/src/.nuspec/Uno.Resizetizer.wasm.targets +++ b/src/.nuspec/Uno.Resizetizer.wasm.targets @@ -3,7 +3,6 @@ Name="GenerateUnoSplashWasm" BeforeTargets="ProcessUnoSplashScreens" Condition="'$(DesignTimeBuild)' != 'true' AND $(OutputType) == 'Exe'" - Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)" Outputs="$(_UnoSplashStampFile)">