Skip to content

Commit

Permalink
chore: Update src/.nuspec/Uno.Resizetizer.targets
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
Update src/.nuspec/Uno.Resizetizer.targets

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
  • Loading branch information
dansiegel and pictos committed May 11, 2023
1 parent 7eb196f commit 4b182b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
BeforeTargets="Build;CoreCompile"
Inputs="@(UnoIcon)"
Outputs="@(_WindowIconExtension)">
<WindowIconGeneratorTask
<WindowIconGeneratorTask_v0
IntermediateOutputDirectory="$(_ResizetizerIntermediateOutputRoot)"
UnoIcons="@(UnoIcon)">
<Output ItemName="GeneratedFile"
Expand All @@ -692,7 +692,7 @@
TaskParameter="GeneratedClass"/>
<Output ItemName="Compile"
TaskParameter="GeneratedClass"/>
</WindowIconGeneratorTask>
</WindowIconGeneratorTask_v0>
</Target>

</Project>

0 comments on commit 4b182b8

Please sign in to comment.