Skip to content

Commit 4fe8c81

Browse files
Bump xunit from 2.7.1 to 2.8.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.8.0. - [Commits](xunit/xunit@2.7.1...2.8.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbd9c20 commit 4fe8c81

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/GraphQL.Client.Serializer.Tests/GraphQL.Client.Serializer.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
2727
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
28-
<PackageReference Update="xunit" Version="2.7.1" />
28+
<PackageReference Update="xunit" Version="2.8.0" />
2929
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.8">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/GraphQL.Integration.Tests/GraphQL.Integration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
27-
<PackageReference Update="xunit" Version="2.7.1" />
27+
<PackageReference Update="xunit" Version="2.8.0" />
2828
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.8">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/GraphQL.Primitives.Tests/GraphQL.Primitives.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
19-
<PackageReference Update="xunit" Version="2.7.1" />
19+
<PackageReference Update="xunit" Version="2.8.0" />
2020
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.8">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/tests.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
<ItemGroup>
99
<PackageReference Include="FluentAssertions.Reactive" Version="0.2.0" />
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1111
<PackageReference Include="xunit" Version="2.4.2" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
13-
<PackageReference Include="coverlet.collector" Version="6.0.0">
12+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" />
13+
<PackageReference Include="coverlet.collector" Version="6.0.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime;build;native;contentfiles;analyzers;buildtransitive</IncludeAssets>
1616
</PackageReference>

0 commit comments

Comments
 (0)