From e7fcb88ee7edacc03877c5f6bc5128fc636117b7 Mon Sep 17 00:00:00 2001 From: Curtis Wensley Date: Wed, 14 Sep 2022 09:16:21 -0700 Subject: [PATCH] Now using .NET 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110f6f1..029f039 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Download official releases [here](https://github.com/cwensley/pablodraw/releases To build PabloDraw download and install the following (for any platform): - [VS Code](https://code.visualstudio.com) -- [.NET 5](https://dotnet.microsoft.com) +- [.NET 6 SDK](https://dotnet.microsoft.com) Build tasks and launch configurations are added to allow you to build and debug on Windows, Linux, or MacOS.