mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3844 from Flow-Launcher/net9_readme
Update readme for .Net 9
This commit is contained in:
commit
c7e26d3ab7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -395,11 +395,11 @@ 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 7
|
||||
- Flow Launcher's target framework is .Net 9
|
||||
|
||||
- Install Visual Studio 2022
|
||||
- Install Visual Studio 2022 (v17.12+)
|
||||
|
||||
- Install .Net 7 SDK
|
||||
- Install .Net 9 SDK
|
||||
- via Visual Studio installer
|
||||
- via winget `winget install Microsoft.DotNet.SDK.7`
|
||||
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
|
||||
- via winget `winget install Microsoft.DotNet.SDK.9`
|
||||
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue