File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515 <Nullable >disable</Nullable >
1616 <HasWinUI >false</HasWinUI >
1717
18- <UwpTargetFramework Condition = " '$(UwpTargetFramework)' == '' " >uap10.0.17763;net8.0-windows10.0.17763.0;</UwpTargetFramework >
18+ <UwpTargetFrameworks >uap10.0.17763;net8.0-windows10.0.17763.0;</UwpTargetFrameworks >
1919 </PropertyGroup >
2020
2121 <!-- Sets this up as a toolkit component's source project -->
Original file line number Diff line number Diff line change 22 <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" Condition =" Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))')" />
33 <PropertyGroup >
44 <ToolkitComponentName >RivePlayer</ToolkitComponentName >
5+ <UwpTargetFrameworks >uap10.0.17763;</UwpTargetFrameworks >
56 </PropertyGroup >
67
78 <ItemGroup >
Original file line number Diff line number Diff line change 77 <!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
88 <RootNamespace >CommunityToolkit.Labs.WinUI.RivePlayerRns</RootNamespace >
99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10+ <UwpTargetFrameworks >uap10.0.17763;</UwpTargetFrameworks >
1011 </PropertyGroup >
1112
1213 <!-- Sets this up as a toolkit component's source project -->
You can’t perform that action at this time.
0 commit comments