Added .NET 4.8 and upgraded project to .NET 8.0

This commit is contained in:
2024-02-08 20:33:44 +01:00
parent 54239a44c7
commit 681a940f96
5 changed files with 32 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ LogManager.Instance.Write("TRAFFIC", ELogType.TRAFFIC, true);
LogManager.Instance.Write("NONE", ELogType.NONE, true);
```
**Logging in ASP .Net 6.0 or higher: **
**Logging in .NET 4.8 or higher: **
```csharp
public class Program