diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj b/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj index 9bacefa0e3..0b468d7f95 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj +++ b/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj @@ -241,7 +241,7 @@ - 2.1.0 + 2.1.1 4.7.2 diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj index 44df2cbd27..e7038f4307 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj @@ -89,7 +89,7 @@ - + diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index ac7773e99a..cd2fd7a656 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -88,7 +88,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -105,13 +105,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index a4f2eb9c2b..0f1657492d 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -52,7 +52,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 00294e70b8..f605083ad7 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -49,8 +49,8 @@ - - + + NU1701 diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index d447ac5776..9d82e62a6a 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -52,13 +52,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/modules/previewpane/MarkdownPreviewHandler/MarkdownPreviewHandler.csproj b/src/modules/previewpane/MarkdownPreviewHandler/MarkdownPreviewHandler.csproj index bfa3fda4e5..daf1fdd4ef 100644 --- a/src/modules/previewpane/MarkdownPreviewHandler/MarkdownPreviewHandler.csproj +++ b/src/modules/previewpane/MarkdownPreviewHandler/MarkdownPreviewHandler.csproj @@ -122,7 +122,7 @@ - 1.11.23 + 1.11.24 0.20.0 diff --git a/src/modules/previewpane/UnitTests-SvgThumbnailProvider/UnitTests-SvgThumbnailProvider.csproj b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/UnitTests-SvgThumbnailProvider.csproj index 58ba193040..39d44583c6 100644 --- a/src/modules/previewpane/UnitTests-SvgThumbnailProvider/UnitTests-SvgThumbnailProvider.csproj +++ b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/UnitTests-SvgThumbnailProvider.csproj @@ -62,7 +62,7 @@ - ..\..\..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + ..\..\..\..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll ..\..\..\..\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -77,8 +77,8 @@ - - ..\..\..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\..\..\..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\..\..\..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll @@ -88,6 +88,7 @@ + diff --git a/src/modules/previewpane/UnitTests-SvgThumbnailProvider/app.config b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/app.config new file mode 100644 index 0000000000..72259e866c --- /dev/null +++ b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/modules/previewpane/UnitTests-SvgThumbnailProvider/packages.config b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/packages.config index 4d6e709479..6800db5c68 100644 --- a/src/modules/previewpane/UnitTests-SvgThumbnailProvider/packages.config +++ b/src/modules/previewpane/UnitTests-SvgThumbnailProvider/packages.config @@ -1,9 +1,9 @@  - + - + \ No newline at end of file diff --git a/src/tests/win-app-driver/packages.config b/src/tests/win-app-driver/packages.config index 837e26d183..18d30d63d0 100644 --- a/src/tests/win-app-driver/packages.config +++ b/src/tests/win-app-driver/packages.config @@ -1,7 +1,7 @@  - + diff --git a/src/tests/win-app-driver/win-app-driver.csproj b/src/tests/win-app-driver/win-app-driver.csproj index 3f683ac2ee..934ac657e1 100644 --- a/src/tests/win-app-driver/win-app-driver.csproj +++ b/src/tests/win-app-driver/win-app-driver.csproj @@ -83,7 +83,7 @@ ..\..\..\packages\Appium.WebDriver.4.1.1\lib\net45\Appium.Net.dll - ..\..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + ..\..\..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll ..\..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll