Skip to content

Commit 9205269

Browse files
build(deps): bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 (#165)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da714c7 commit 9205269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SimpleAPI.Tests/SimpleAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
2323
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageReference Include="xunit" Version="2.9.2" />
25-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
25+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<ProjectReference Include="..\..\src\SimpleAPI\SimpleAPI.csproj" />

0 commit comments

Comments
 (0)