File tree 1 file changed +4
-4
lines changed
AspNetCoreSerilogExample.Web
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
9
<!-- Serilog dependencies -->
10
- <PackageReference Include =" Serilog" Version =" 2.9 .0" />
11
- <PackageReference Include =" Serilog.AspNetCore" Version =" 3.2 .0" />
10
+ <PackageReference Include =" Serilog" Version =" 2.10 .0" />
11
+ <PackageReference Include =" Serilog.AspNetCore" Version =" 3.4 .0" />
12
12
<PackageReference Include =" Serilog.Enrichers.Environment" Version =" 2.1.3" />
13
- <PackageReference Include =" Serilog.Exceptions" Version =" 5.4 .0" />
13
+ <PackageReference Include =" Serilog.Exceptions" Version =" 5.6 .0" />
14
14
<PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.1" />
15
15
<PackageReference Include =" Serilog.Settings.Configuration" Version =" 3.1.0" />
16
16
<PackageReference Include =" Serilog.Sinks.Async" Version =" 1.4.0" />
You can’t perform that action at this time.
0 commit comments