Skip to content

Commit 96991c2

Browse files
authored
Merge branch 'master' into feature/throw-helpers
2 parents fd7415d + 30452cf commit 96991c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
<None Include="Microsoft.Toolkit.Uwp.Notifications.targets" Pack="true" PackagePath="build\native" />
5353
</ItemGroup>
5454

55-
<ItemGroup>
55+
<!--Native (C++) doesn't need System.ValueTuple (plus it's incompatible with this package)-->
56+
<ItemGroup Condition=" '$(TargetFramework)' != 'native' ">
5657
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
5758
</ItemGroup>
5859

0 commit comments

Comments
 (0)