Skip to content

Commit 5592f7a

Browse files
committed
Lower PropertyChange.Fody version to fix runtime failure
1 parent 26e06f7 commit 5592f7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
5858
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
5959
<PackageReference Include="squirrel.windows" Version="1.5.2" />
60-
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8">
60+
<PackageReference Include="PropertyChanged.Fody" Version="2.2.4">
6161
<PrivateAssets>all</PrivateAssets>
6262
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6363
</PackageReference>

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
5656
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
5757
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
58-
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8">
58+
<PackageReference Include="PropertyChanged.Fody" Version="2.2.4">
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6161
</PackageReference>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<PrivateAssets>all</PrivateAssets>
7575
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7676
</PackageReference>
77-
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8">
77+
<PackageReference Include="PropertyChanged.Fody" Version="2.2.4">
7878
<PrivateAssets>all</PrivateAssets>
7979
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8080
</PackageReference>

0 commit comments

Comments
 (0)