Skip to content

Commit 287bf56

Browse files
committed
added System.Xml.ReaderWriter 4.3.0 as reference
1 parent c5370ab commit 287bf56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is pa
2020
<ItemGroup>
2121
<None Include="Microsoft.Toolkit.Uwp.Notifications.targets" Pack="true" PackagePath="build\native" />
2222
</ItemGroup>
23+
24+
<ItemGroup>
25+
<PackageReference Include="System.Xml.ReaderWriter" Version="4.3.0" />
26+
</ItemGroup>
2327

2428

2529
<PropertyGroup Condition="'$(TargetFramework)' == 'native'">

0 commit comments

Comments
 (0)