Skip to content

Commit

Permalink
fix: Adding UseRidGraph to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph authored Nov 28, 2023
1 parent ca5961b commit 10112ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.Templates/content/unoapp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
</When>
<When Condition="$(TargetFramework.Contains('windows10'))">
<PropertyGroup>
<UseRidGraph>true</UseRidGraph>
<IsWinAppSdk>true</IsWinAppSdk>
<SupportedOSPlatformVersion>10.0.18362.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
Expand Down

0 comments on commit 10112ef

Please sign in to comment.