update readme for .Net 6 instructions

This commit is contained in:
Jeremy 2022-06-10 21:58:22 +10:00
parent 3410a630cc
commit 1bdab8f901
2 changed files with 4 additions and 4 deletions

View file

@ -225,4 +225,4 @@ namespace Flow.Launcher.Plugin.WebSearch
public bool OpenInNewBrowser { get; set; } = true;
}
}
}

View file

@ -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)