upgrading fody, https://github.com/microsoft/PowerToys/pull/7858 may be hard since we removed core

This commit is contained in:
Clint Rutkas
2020-11-09 10:57:37 -08:00
parent 701c119986
commit 0266776a3e
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PropertyChanged.Fody" Version="3.2.10">
<PackageReference Include="PropertyChanged.Fody" Version="3.3.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SharpZipLib" Version="1.2.0" />