ISEbd-21. Gruzdev A.P. Lab work 07. #8

Closed
y3nnn wants to merge 2 commits from lab07 into lab06
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 4699d561d4 - Show all commits

View File

@ -1,3 +1,7 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Serilog;
using System;
namespace ProjectWarmlyShip
@ -37,7 +41,7 @@ namespace ProjectWarmlyShip
option.SetMinimumLevel(LogLevel.Information);
option.AddSerilog(logger);
});
});û
}
}
}

View File

@ -15,6 +15,7 @@
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.7" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
</ItemGroup>