diff --git a/OpenBullet2.Core/OpenBullet2.Core.csproj b/OpenBullet2.Core/OpenBullet2.Core.csproj index cc5d4d278..b2c8298d7 100644 --- a/OpenBullet2.Core/OpenBullet2.Core.csproj +++ b/OpenBullet2.Core/OpenBullet2.Core.csproj @@ -7,17 +7,20 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + + + + diff --git a/OpenBullet2.Native/OpenBullet2.Native.csproj b/OpenBullet2.Native/OpenBullet2.Native.csproj index 846f81537..f7f1e79ec 100644 --- a/OpenBullet2.Native/OpenBullet2.Native.csproj +++ b/OpenBullet2.Native/OpenBullet2.Native.csproj @@ -101,19 +101,23 @@ - + + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/OpenBullet2.Web/OpenBullet2.Web.csproj b/OpenBullet2.Web/OpenBullet2.Web.csproj index ff5938fc1..6aba935b6 100644 --- a/OpenBullet2.Web/OpenBullet2.Web.csproj +++ b/OpenBullet2.Web/OpenBullet2.Web.csproj @@ -45,15 +45,15 @@ - - - + + + - + - + all diff --git a/RuriLib/Blocks/Selenium/Browser/Methods.cs b/RuriLib/Blocks/Selenium/Browser/Methods.cs index 5c956f78e..afdd371e2 100644 --- a/RuriLib/Blocks/Selenium/Browser/Methods.cs +++ b/RuriLib/Blocks/Selenium/Browser/Methods.cs @@ -96,7 +96,7 @@ public static void SeleniumOpenBrowser(BotData data, string extraCmdLineArgs = " fireservice.SuppressInitialDiagnosticInformation = true; fireservice.HideCommandPromptWindow = true; fireop.AddArgument("--log-level=3"); - fireop.BrowserExecutableLocation = provider.FirefoxBinaryLocation; + fireop.BinaryLocation = provider.FirefoxBinaryLocation; if (Utils.IsDocker()) { diff --git a/RuriLib/Legacy/Blocks/SBlockBrowserAction.cs b/RuriLib/Legacy/Blocks/SBlockBrowserAction.cs index d2ea0b88f..4a5030990 100644 --- a/RuriLib/Legacy/Blocks/SBlockBrowserAction.cs +++ b/RuriLib/Legacy/Blocks/SBlockBrowserAction.cs @@ -404,7 +404,7 @@ public static void OpenBrowser(BotData data) fireservice.SuppressInitialDiagnosticInformation = true; fireservice.HideCommandPromptWindow = true; fireop.AddArgument("--log-level=3"); - fireop.BrowserExecutableLocation = provider.FirefoxBinaryLocation; + fireop.BinaryLocation = provider.FirefoxBinaryLocation; if (Helpers.Utils.IsDocker()) { diff --git a/RuriLib/RuriLib.csproj b/RuriLib/RuriLib.csproj index 07a5fa2e5..41a66473b 100644 --- a/RuriLib/RuriLib.csproj +++ b/RuriLib/RuriLib.csproj @@ -7,28 +7,28 @@ - + - - + + - - - - + + + + - - - + + +