We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7415d + 30452cf commit 96991c2Copy full SHA for 96991c2
Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj
@@ -52,7 +52,8 @@
52
<None Include="Microsoft.Toolkit.Uwp.Notifications.targets" Pack="true" PackagePath="build\native" />
53
</ItemGroup>
54
55
- <ItemGroup>
+ <!--Native (C++) doesn't need System.ValueTuple (plus it's incompatible with this package)-->
56
+ <ItemGroup Condition=" '$(TargetFramework)' != 'native' ">
57
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
58
59
0 commit comments