Skip to content

Commit cd010e5

Browse files
build(deps): bump xunit.runner.visualstudio from 2.8.2 to 3.0.2 in /TransformerBeeClient (#107)
build(deps): bump xunit.runner.visualstudio in /TransformerBeeClient Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.2. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.2) --- 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> Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
1 parent cfbcd9c commit cd010e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TransformerBeeClient/ExampleAspNetCoreApplication.Test/ExampleAspNetCoreApplication.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.3" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
1717
<PackageReference Include="xunit" Version="2.9.0"/>
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

0 commit comments

Comments
 (0)