mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update README.md
This commit is contained in:
parent
118d6e2a73
commit
d1d8b836ac
1 changed files with 4 additions and 4 deletions
|
|
@ -413,11 +413,11 @@ Get in touch if you would like to join the Flow-Launcher Team and help build thi
|
|||
|
||||
### Developing/Debugging
|
||||
|
||||
- Flow Launcher's target framework is .Net 9
|
||||
- Flow Launcher's target framework is .Net 10
|
||||
|
||||
- Install Visual Studio 2022 (v17.12+)
|
||||
|
||||
- Install .Net 9 SDK
|
||||
- Install .Net 10 SDK
|
||||
- via Visual Studio installer
|
||||
- via winget `winget install Microsoft.DotNet.SDK.9`
|
||||
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
|
||||
- via winget `winget install Microsoft.DotNet.SDK.10`
|
||||
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue