Skip to content

Commit 3bd4e8a

Browse files
committed
Update TFM overrides
1 parent c95c9b0 commit 3bd4e8a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

components/Notifications/src/CommunityToolkit.Notifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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 -->

components/RivePlayer/samples/RivePlayer.Samples.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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>

components/RivePlayer/src/CommunityToolkit.Labs.WinUI.Rive.RivePlayer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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 -->

0 commit comments

Comments
 (0)