Skip to content

Commit 5a660d2

Browse files
Bump the xunit group with 2 updates
Bumps the xunit group with 2 updates: xunit and xunit.runner.visualstudio. Updates `xunit` from 2.8.1 to 2.9.0 Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0328a9f commit 5a660d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Serilog.Sinks.AzureTableStorage.Tests/Serilog.Sinks.AzureTableStorage.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<ItemGroup>
1616
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="xunit" Version="2.8.1" />
22+
<PackageReference Include="xunit" Version="2.9.0" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)