From e27a03c0958c4125d938bca2b9caba413d348c6c Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:31:06 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9981b3..0390e65 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Various tools to manage a C# solution. +✨ Update a solution to .NET 8 - updates csproj target versions and all Microsoft Nuget Packages + ## CLI **compare** `` `` Finds any missing C# projects in the solution file compared to the folder. @@ -20,5 +22,7 @@ _options_ `--project ` ## App +The app feels quite self explanatory :) + +![image](https://github.com/MattParkerDev/DotNetSolutionTools/assets/61717342/4a5f49d4-bf9f-4940-bc8b-06df46ecb972) -TODO \ No newline at end of file