Skip to content

Commit 2df8043

Browse files
dependabot[bot]TylerLeonhardt
authored andcommitted
Bump xunit.runner.visualstudio from 2.3.1 to 2.4.1 (PowerShell#926)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](xunit/xunit@2.3.1...2.4.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 371a0bb commit 2df8043

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/PowerShellEditorServices.Test.Host/PowerShellEditorServices.Test.Host.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
3232
<PackageReference Include="xunit" Version="2.4.1-pre.build.4059" />
33-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
33+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
3434
</ItemGroup>
3535
</Project>

test/PowerShellEditorServices.Test.Protocol/PowerShellEditorServices.Test.Protocol.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
2020
<PackageReference Include="xunit" Version="2.4.1-pre.build.4059" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
2222
<DotNetCliToolReference Include="dotnet-xunit" Version="2.4.0-beta.1.build3958" />
2323
</ItemGroup>
2424
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
2323
<PackageReference Include="xunit" Version="2.4.1-pre.build.4059" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
24+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
2525
<DotNetCliToolReference Include="dotnet-xunit" Version="2.4.0-beta.1.build3958" />
2626
</ItemGroup>
2727
<ItemGroup>

0 commit comments

Comments
 (0)