Skip to content

Commit 7c9957f

Browse files
committed
Update README.md to include .NET 8 target framework and NLog logging details
1 parent 25fec30 commit 7c9957f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@ dotnet test MyNumberNET_Test
5050
```
5151
3. Run CLI or tests as shown above.
5252

53+
## .NET Version
54+
All projects now target **.NET 8 (net8.0)**. You need the [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) to build and run.
55+
56+
## Logging
57+
The CLI uses **NLog** for logging. Configuration is in `MyNumberNET_CLI/nlog.config`.
58+
5359
## License
5460
See LICENSE for details.

0 commit comments

Comments
 (0)