Skip to content

Update readme for .Net 9 #3844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<li>es-419, Spanish (Latin America)</li>
<li>Italiano</li>
<li>Norsk Bokmål</li>
<li>Slovenčina</li>

Check warning on line 194 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`ina` is not a recognized word. (unrecognized-spelling)
<li>Türkçe</li>
<li>čeština</li>
<li>اللغة العربية</li>
Expand All @@ -204,7 +204,7 @@
- Fully portable.
- Type `flow user data` to open your saved user settings folder. They are located at:
- If using roaming: `%APPDATA%\FlowLauncher`
- If using portable, by default: `%localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData`

Check warning on line 207 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`localappdata` is not a recognized word. (unrecognized-spelling)
- Type `open log location` to open your logs folder, they are saved along with your user settings folder.

### 🎮 Game Mode
Expand Down Expand Up @@ -362,7 +362,7 @@

### Mentions

- [Why I Chose to Support Flow-Launcher](https://dev.to/appwrite/appwrite-loves-open-source-why-i-chose-to-support-flow-launcher-54pj) - Appwrite

Check warning on line 365 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`Appwrite` is not a recognized word. (unrecognized-spelling)
- [Softpedia Editor's Pick](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml)

<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
Expand Down Expand Up @@ -395,11 +395,11 @@

### Developing/Debugging

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

- Install Visual Studio 2022

- 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