Skip to content

Commit ed8438f

Browse files
Bump xunit in /docs/azure/sdk/snippets/unit-testing in the dotnet group (#42713)
Bumps the dotnet group in /docs/azure/sdk/snippets/unit-testing with 1 update: [xunit](https://github.com/xunit/xunit). Updates `xunit` from 2.9.0 to 2.9.1 - [Commits](xunit/xunit@2.9.0...2.9.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5dadae5 commit ed8438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/snippets/unit-testing/UnitTestingSampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1616
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
1717
<PackageReference Include="NSubstitute" Version="5.1.0" />
18-
<PackageReference Include="xunit" Version="2.9.0" />
18+
<PackageReference Include="xunit" Version="2.9.1" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)