Skip to content

Commit 1bdab8f

Browse files
committed
update readme for .Net 6 instructions
1 parent 3410a63 commit 1bdab8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ public string Suggestion
225225

226226
public bool OpenInNewBrowser { get; set; } = true;
227227
}
228-
}
228+
}

README.md

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

279279
### Developing/Debugging
280280

281-
- Flow Launcher's target framework is .Net 5
281+
- Flow Launcher's target framework is .Net 6
282282

283-
- Install Visual Studio 2019
283+
- Install Visual Studio 2022
284284

285-
- Install .Net 5 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-windows-x64-installer)
285+
- Install .Net 6 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.300-windows-x64-installer)

0 commit comments

Comments
 (0)