From 1bdab8f901230cf5f4d7a9a9671e6e9d946bb571 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 10 Jun 2022 21:58:22 +1000 Subject: [PATCH] update readme for .Net 6 instructions --- Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)