From fe4984a9ae3d5313ed9b1d81d7e6fbfc3cae2af3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 19 Jul 2025 21:23:13 +1000 Subject: [PATCH] update readme for .Net 9 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cd8e059e39..692291cc0df 100644 --- a/README.md +++ b/README.md @@ -395,11 +395,11 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea ### 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)