We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5037738 commit 0e4c320Copy full SHA for 0e4c320
README.md
@@ -395,11 +395,11 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea
395
396
### Developing/Debugging
397
398
-- Flow Launcher's target framework is .Net 9
+- Flow Launcher's target framework is .Net 7
399
400
- Install Visual Studio 2022
401
402
-- Install .Net 9 SDK
+- Install .Net 7 SDK
403
- via Visual Studio installer
404
- - via winget `winget install Microsoft.DotNet.SDK.9`
405
- - Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
+ - via winget `winget install Microsoft.DotNet.SDK.7`
+ - Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
0 commit comments