File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
<PrivateAssets >all</PrivateAssets >
31
31
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
32
32
</PackageReference >
33
- <PackageReference Include =" Serilog" Version =" 2.9 .0" />
34
- <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.3.0 " />
33
+ <PackageReference Include =" Serilog" Version =" 2.5 .0" />
34
+ <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.1.1 " />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
51
51
</ItemGroup >
52
52
53
53
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
54
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.1 " />
54
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.0 " />
55
55
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0" />
56
56
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.0" />
57
57
<Compile Include =" Configuration\Extensions\Microsoft.Extensions.Configuration\**\*.cs" />
60
60
61
61
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' Or '$(TargetFramework)' == 'net461' " >
62
62
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5.0" />
63
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.1 " />
63
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.0 " />
64
64
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0" />
65
65
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.0" />
66
66
<Compile Include =" Configuration\Extensions\Hybrid\**\*.cs" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Serilog" version =" 2.9 .0" targetFramework =" net452" />
4
- <package id =" Serilog.Sinks.PeriodicBatching" version =" 2.3.0 " targetFramework =" net452" />
3
+ <package id =" Serilog" version =" 2.5 .0" targetFramework =" net452" />
4
+ <package id =" Serilog.Sinks.PeriodicBatching" version =" 2.1.1 " targetFramework =" net452" />
5
5
</packages >
You can’t perform that action at this time.
0 commit comments