mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update readme for .Net 6 instructions
This commit is contained in:
parent
3410a630cc
commit
1bdab8f901
2 changed files with 4 additions and 4 deletions
|
|
@ -225,4 +225,4 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
|
||||
public bool OpenInNewBrowser { get; set; } = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue