File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/Destructurama.JsonNet.Tests Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
11
11
<PackageReference Include =" xunit" Version =" 2.9.3" />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1" />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" >
13
+ <PrivateAssets >all</PrivateAssets >
14
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
+ </PackageReference >
13
16
<PackageReference Include =" Serilog" Version =" 4.2.0" />
14
17
<PackageReference Include =" Shouldly" Version =" 4.3.0" />
15
- <PackageReference Include =" PublicApiGenerator" Version =" 11.4.1 " />
18
+ <PackageReference Include =" PublicApiGenerator" Version =" 11.4.2 " />
16
19
<PackageReference Include =" coverlet.msbuild" Version =" 6.0.4" >
17
20
<PrivateAssets >all</PrivateAssets >
18
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments