Skip to content

Commit 827a953

Browse files
committed
add PropertyChanged.Fody to Infrastructure project
fixes various settings changes requiring a restart to take effect
1 parent 0929d34 commit 827a953

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
<ItemGroup>
4040
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
41+
<None Include="FodyWeavers.xml" />
4142
</ItemGroup>
4243

4344
<ItemGroup>
@@ -55,6 +56,7 @@
5556
<PackageReference Include="Pinyin4DotNet" Version="2016.4.23.4" />
5657
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
5758
<PackageReference Include="System.Runtime" Version="4.3.1" />
59+
<PackageReference Include="PropertyChanged.Fody" Version="2.5.13" />
5860
</ItemGroup>
5961

6062
<ItemGroup>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
3+
<PropertyChanged />
4+
</Weavers>

0 commit comments

Comments
 (0)