File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
src/Serilog.Sinks.MSSqlServer
test/Serilog.Sinks.MSSqlServer.Tests Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<ItemGroup >
6
6
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
7
- <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 6.0.1" />
8
- <PackageVersion Include =" System.Collections" Version =" 4.3.0" />
9
- <PackageVersion Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
10
- <PackageVersion Include =" System.Resources.ResourceManager" Version =" 4.3.0" />
11
- <PackageVersion Include =" System.Runtime.Extensions" Version =" 4.3.1" />
12
- <PackageVersion Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
13
- <PackageVersion Include =" System.Text.Encoding.Extensions" Version =" 4.3.0" />
14
7
<PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.1" />
15
8
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
16
9
<PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
28
21
<PackageVersion Include =" Serilog.Settings.Configuration" Version =" 3.4.0" />
29
22
<PackageVersion Include =" Serilog.Sinks.PeriodicBatching" Version =" 3.1.0" />
30
23
</ItemGroup >
31
- </Project >
24
+ </Project >
Original file line number Diff line number Diff line change 60
60
</ItemGroup >
61
61
62
62
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net472' Or '$(TargetFramework)' == 'net462' " >
63
- <PackageReference Include =" System.Configuration.ConfigurationManager" />
64
63
<Compile Include =" Configuration\Extensions\Hybrid\**\*.cs" />
65
64
<Compile Include =" Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" />
66
65
<Compile Include =" Configuration\Implementations\System.Configuration\**\*.cs" />
Original file line number Diff line number Diff line change 38
38
</ItemGroup >
39
39
40
40
<ItemGroup Condition =" '$(TargetFramework)' == 'net472' Or '$(TargetFramework)' == 'net462' " >
41
- <Reference Include =" System" />
42
- <Reference Include =" System.Transactions" />
43
41
<Reference Include =" Microsoft.CSharp" />
44
42
<Compile Include =" Configuration\Extensions\Hybrid\**\*.cs" />
45
43
<Compile Include =" Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" />
46
44
<Compile Include =" Configuration\Implementations\System.Configuration\**\*.cs" />
47
45
</ItemGroup >
48
46
49
47
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
50
- <PackageReference Include =" System.Collections" />
51
- <PackageReference Include =" System.Runtime.InteropServices" />
52
- <PackageReference Include =" System.Runtime.Extensions" />
53
- <PackageReference Include =" System.IO.FileSystem.Primitives" />
54
- <PackageReference Include =" System.Resources.ResourceManager" />
55
- <PackageReference Include =" System.Text.Encoding.Extensions" />
56
48
<PackageReference Include =" coverlet.collector" >
57
49
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
58
50
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments