Skip to content

Commit b4d4dfa

Browse files
committed
Support lower min versions of UWP too
Since those use the winmd version, need to include there too
1 parent 6c30ec6 commit b4d4dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<!-- In order to support .NET Native, we need to include an appropriate .rd.xml for UWP (remove from everything else) -->
39-
<ItemGroup Condition="'$(TargetFramework)' != 'uap10.0.19041'">
39+
<ItemGroup Condition="'$(TargetFramework)' != 'uap10.0.19041' and '$(TargetFramework)' != 'native'">
4040
<EmbeddedResource Remove="Properties\Microsoft.Toolkit.Uwp.Notifications.rd.xml" />
4141
</ItemGroup>
4242

0 commit comments

Comments
 (0)