Skip to content

Commit 4e8a38d

Browse files
committed
Updated README
1 parent 769f87a commit 4e8a38d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The AuthP is an open-source library under the MIT licence (and remain as a open-
1010

1111
## List of versions and which .NET framework they support
1212

13-
- Version 9.?.? supports NET 9 only (simpler to update to next NET release)
14-
- Version 8.?.? supports NET 8 only (simpler to update to next NET release)
15-
- Version 6.?.? supports NET 6, 7 and 8
16-
- Version 5.?.? supports NET 6 and 7
13+
- Version 10.?.? supports NET 10 only (simpler to update to next NET release)
14+
- Version 9.?.? supports NET 9 only (simpler to update to next NET release)
15+
- Version 8.?.? supports NET 8 only (simpler to update to next NET release)
16+
1717

1818
If you have already built your application using an older version, then you need to look at the following "how up update" documents
1919

@@ -41,7 +41,7 @@ On your computer you need to install the global tool using the command below (se
4141

4242
`dotnet tool install JonPSmith.MultiProjPack --global`
4343

44-
_NOTE: To update the MultiProjPack .NET tool you need to run the command `dotnet tool update JonPSmith.MultiProjPack --global`. Or to uninstall this tool you should use `dotnet tool uninstall JonPSmith.MultiProjPack --global` command._
44+
_NOTE: To update the MultiProjPack .NET tool you need to go to [Updating the MultiProjPack dotnet tool](https://github.com/JonPSmith/MultiProgPackTool?tab=readme-ov-file#updating-the-multiprojpack-dotnet-tool) for all the information._
4545

4646
### 2. Compile the AuthPermissions.AspNetCore in release Mode
4747

0 commit comments

Comments
 (0)