We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fec30 commit 7c9957fCopy full SHA for 7c9957f
1 file changed
README.md
@@ -50,5 +50,11 @@ dotnet test MyNumberNET_Test
50
```
51
3. Run CLI or tests as shown above.
52
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
59
## License
60
See LICENSE for details.
0 commit comments