From 94dd69570dcca4f69af85f15706b124d8a8ef2c1 Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:05:26 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0a87e8..af719cb 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,6 @@ _options_ **clear-bin-obj** `` **NOT IMPLEMENTED IN CLI YET** Deletes all bin and obj folders, and node_modules folders in the solution folder. +**update-sln-net80** `` **NOT IMPLEMENTED IN CLI YET** Updates all projects and Microsoft NuGet packages in sln to .NET 8.0. + +**update-csproj-net80** `` **NOT IMPLEMENTED IN CLI YET** Updates project and Microsoft NuGet packages to .NET 8.0.