Skip to content

Commit c7e26d3

Browse files
authored
Merge pull request #3844 from Flow-Launcher/net9_readme
Update readme for .Net 9
2 parents 4fe8d8c + fba475c commit c7e26d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,11 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea
395395

396396
### Developing/Debugging
397397

398-
- Flow Launcher's target framework is .Net 7
398+
- Flow Launcher's target framework is .Net 9
399399

400-
- Install Visual Studio 2022
400+
- Install Visual Studio 2022 (v17.12+)
401401

402-
- Install .Net 7 SDK
402+
- Install .Net 9 SDK
403403
- via Visual Studio installer
404-
- via winget `winget install Microsoft.DotNet.SDK.7`
405-
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
404+
- via winget `winget install Microsoft.DotNet.SDK.9`
405+
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)

0 commit comments

Comments
 (0)