Skip to content

Commit 3f12580

Browse files
Bump the dotnet group in /tools with 2 updates (#1122)
Bumps the dotnet group in /tools with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.8.0 to 2.8.1 - [Commits](xunit/xunit@2.8.0...2.8.1) Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: xunit.runner.visualstudio 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 1ba5991 commit 3f12580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/MarkdownConverter.Tests/MarkdownConverter.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1717
<PackageReference Include="XMLUnit.Core" Version="2.9.2" />
18-
<PackageReference Include="xunit" Version="2.8.0" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
18+
<PackageReference Include="xunit" Version="2.8.1" />
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)