add PropertyChanged.Fody to Infrastructure project

fixes various settings changes requiring a restart to take effect
This commit is contained in:
Ioannis G 2020-07-15 00:34:09 +03:00
parent 0929d34b38
commit 827a953722
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E
2 changed files with 6 additions and 0 deletions

View file

@ -38,6 +38,7 @@
<ItemGroup>
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
<None Include="FodyWeavers.xml" />
</ItemGroup>
<ItemGroup>
@ -55,6 +56,7 @@
<PackageReference Include="Pinyin4DotNet" Version="2016.4.23.4" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="PropertyChanged.Fody" Version="2.5.13" />
</ItemGroup>
<ItemGroup>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<PropertyChanged />
</Weavers>