File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
AspNetCoreSerilogExample.Web Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <!-- 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" />
1212 <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" />
1414 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.1" />
1515 <PackageReference Include =" Serilog.Settings.Configuration" Version =" 3.1.0" />
1616 <PackageReference Include =" Serilog.Sinks.Async" Version =" 1.4.0" />
You can’t perform that action at this time.
0 commit comments