File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.0.100 "
3
+ "version" : " 3.1.101 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 4
4
<Description >Serilog support for ASP.NET Core logging</Description >
5
5
<VersionPrefix >3.2.1</VersionPrefix >
6
6
<Authors >Microsoft;Serilog Contributors</Authors >
7
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
7
+ <TargetFrameworks >netstandard2.0;netcoreapp3.1 </TargetFrameworks >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
28
28
<PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" />
29
29
<PackageReference Include =" Serilog.Settings.Configuration" Version =" 3.1.0" />
30
30
<PackageReference Include =" Serilog.Formatting.Compact" Version =" 1.0.0" />
31
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.0" />
32
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.0.0" />
33
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
31
+ </ItemGroup >
32
+
33
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
34
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.1.*" />
35
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.*" />
36
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.*" />
37
+ </ItemGroup >
38
+
39
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
40
+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
41
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.*" />
42
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1.*" />
34
43
</ItemGroup >
35
44
36
45
</Project >
You can’t perform that action at this time.
0 commit comments