File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed 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.4.1 " IsImplicitlyDefined =" true" />
14
+ <PackageReference Include =" xunit" Version =" 2.4.2 " IsImplicitlyDefined =" true" />
15
15
16
16
<PackageReference Include =" coverlet.collector"
17
17
Version =" 3.1.2"
20
20
Condition =" '$(IsCodeCoverage)'=='true'" />
21
21
22
22
<PackageReference Include =" Microsoft.NET.Test.Sdk"
23
- Version =" 16.8.0"
24
- IsImplicitlyDefined =" true"
25
- Condition =" '$(TargetFramework)' != 'netcoreapp2.0'" />
23
+ Version =" 17.4.1"
24
+ IsImplicitlyDefined =" true" />
26
25
27
26
<PackageReference Include =" xunit.runner.visualstudio"
28
- Version =" 2.4.3 "
27
+ Version =" 2.4.5 "
29
28
IsImplicitlyDefined =" true" />
30
29
31
30
<Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'" />
You can’t perform that action at this time.
0 commit comments