Added .NET 4.8 and upgraded project to .NET 8.0
This commit is contained in:
@@ -94,7 +94,7 @@ namespace EonaCat.Logger.EonaCatCoreLogger
|
||||
File.Delete(rollOverFile);
|
||||
}
|
||||
fileInfo.CopyTo(rollOverFile);
|
||||
await File.WriteAllTextAsync(LogFile, string.Empty, cancellationToken).ConfigureAwait(false);
|
||||
File.WriteAllText(LogFile, string.Empty);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user