Skip to content

Commit 6c52486

Browse files
Merge pull request #37 from SixLabors/js/update-refs
Update Test SDKs
2 parents abf3d43 + 176589e commit 6c52486

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

msbuild/props/SixLabors.Tests.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Package references and additional files which are consumed by test projects -->
1313
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
14-
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
14+
<PackageReference Include="xunit" Version="2.4.2" IsImplicitlyDefined="true" />
1515

1616
<PackageReference Include="coverlet.collector"
1717
Version="3.1.2"
@@ -20,12 +20,11 @@
2020
Condition="'$(IsCodeCoverage)'=='true'"/>
2121

2222
<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"/>
2625

2726
<PackageReference Include="xunit.runner.visualstudio"
28-
Version="2.4.3"
27+
Version="2.4.5"
2928
IsImplicitlyDefined="true" />
3029

3130
<Using Include="Xunit" Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'"/>

0 commit comments

Comments
 (0)