Skip to content

Commit

Permalink
chore: update project .net validaton
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Feb 10, 2025
1 parent 9f8daa4 commit 7d81be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</UnoFeatures>
</PropertyGroup>

<Target Name="ValidateTransientLocalAssets" AfterTargets="Build" Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041'">
<Target Name="ValidateTransientLocalAssets" AfterTargets="Build" Condition="'$(TargetFramework)'=='net9.0-windows10.0.19041'">
<Message Text="Validating local assets in '$(OutputPath)'" Importance="high" />
<Error Condition="!Exists('$(OutputPath)\Assets\Icons\back.png')" Text="back.png file wasn't created." />
<Error Condition="!Exists('$(OutputPath)\Assets\Icons\back.scale-100.png')" Text="back.scale-100.png file wasn't created." />
Expand Down

0 comments on commit 7d81be7

Please sign in to comment.