diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs index 19e996b84..6cf1446af 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs @@ -225,4 +225,4 @@ namespace Flow.Launcher.Plugin.WebSearch public bool OpenInNewBrowser { get; set; } = true; } -} \ No newline at end of file +} diff --git a/README.md b/README.md index b6d025d46..35e438864 100644 --- a/README.md +++ b/README.md @@ -278,8 +278,8 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea ### Developing/Debugging -- Flow Launcher's target framework is .Net 5 +- Flow Launcher's target framework is .Net 6 -- Install Visual Studio 2019 +- Install Visual Studio 2022 -- Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer) +- Install .Net 6 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.300-windows-x64-installer)