From f1961e71dce2c073fdc73a26e7d26198009abe40 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Fri, 3 Apr 2020 19:42:46 +1100 Subject: [PATCH] Lower PropertyChange.Fody version due to: 1. Dll not been properly produced during release build. This causes error during application start up. 2. .Net Framework dependency --- Wox.Core/Wox.Core.csproj | 9 ++++----- Wox.Plugin/Wox.Plugin.csproj | 9 ++++----- Wox/Wox.csproj | 11 +++++------ 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/Wox.Core/Wox.Core.csproj b/Wox.Core/Wox.Core.csproj index 0f55a5b06..a1e12c40d 100644 --- a/Wox.Core/Wox.Core.csproj +++ b/Wox.Core/Wox.Core.csproj @@ -52,14 +52,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Wox.Plugin/Wox.Plugin.csproj b/Wox.Plugin/Wox.Plugin.csproj index 00c8e816e..6c1e19ce7 100644 --- a/Wox.Plugin/Wox.Plugin.csproj +++ b/Wox.Plugin/Wox.Plugin.csproj @@ -52,14 +52,13 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index d9744a63c..ab4060550 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -1,4 +1,4 @@ - + WinExe @@ -54,10 +54,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - @@ -68,7 +64,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +