File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
test/Serilog.Sinks.ExcelDnaLogDisplay.Tests Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1 " />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0 " />
18
18
<PackageReference Include =" xunit" Version =" 2.4.1" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.2" />
20
- <PackageReference Include =" coverlet.collector" Version =" 1.3.0" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
20
+ <PrivateAssets >all</PrivateAssets >
21
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
+ </PackageReference >
23
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.0" >
24
+ <PrivateAssets >all</PrivateAssets >
25
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
+ </PackageReference >
21
27
<PackageReference Include =" Serilog" Version =" 2.10.0" />
22
28
</ItemGroup >
23
29
You can’t perform that action at this time.
0 commit comments