File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 115
115
116
116
<!-- Package references and additional files which are consumed by all projects. -->
117
117
<ItemGroup >
118
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.507 " IsImplicitlyDefined =" true" >
118
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556 " IsImplicitlyDefined =" true" >
119
119
<PrivateAssets >all</PrivateAssets >
120
120
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
121
121
</PackageReference >
Original file line number Diff line number Diff line change 11
11
12
12
<!-- Package references and additional files which are consumed by test projects -->
13
13
<ItemGroup Condition =" '$(IsTestProject)' == 'true'" >
14
- <PackageReference Include =" xunit" Version =" 2.6.2 " IsImplicitlyDefined =" true" />
14
+ <PackageReference Include =" xunit" Version =" 2.6.5 " IsImplicitlyDefined =" true" />
15
15
16
16
<PackageReference Include =" coverlet.collector"
17
17
Version =" 6.0.0"
24
24
IsImplicitlyDefined =" true" />
25
25
26
26
<PackageReference Include =" xunit.runner.visualstudio"
27
- Version =" 2.5.4 "
27
+ Version =" 2.5.6 "
28
28
IsImplicitlyDefined =" true" />
29
29
30
30
<Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'" />
You can’t perform that action at this time.
0 commit comments