Skip to content

Commit 0f57d85

Browse files
Bump the xunit group across 1 directory with 4 updates
Bumps the xunit group with 4 updates in the / directory: [Verify.Xunit](https://github.com/VerifyTests/Verify), [Xunit.StaFact](https://github.com/AArnott/Xunit.StaFact), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [xunit.v3.core](https://github.com/xunit/xunit). Updates `Verify.Xunit` from 28.8.1 to 28.11.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits/28.11.0) Updates `Xunit.StaFact` from 1.1.11 to 1.2.69 - [Release notes](https://github.com/AArnott/Xunit.StaFact/releases) - [Commits](AArnott/Xunit.StaFact@v1.1.11...v1.2.69) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `xunit.v3.core` from 1.0.1 to 1.1.0 - [Commits](https://github.com/xunit/xunit/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: Xunit.StaFact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.v3.core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65d78e2 commit 0f57d85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tests/Approval.Tests/Approval.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PackageReference>
1414
<PackageReference Include="PublicApiGenerator" Version="11.3.0" />
1515
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />
16-
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
16+
<PackageReference Include="Verify.Xunit" Version="28.11.0" />
1717
</ItemGroup>
1818

1919
</Project>

Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3434
</PackageReference>
35-
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
35+
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
3636
<PackageReference Include="coverlet.collector" Version="6.0.3" PrivateAssets="all">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>

Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
34+
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
3535
<PackageReference Include="coverlet.collector" Version="6.0.3" PrivateAssets="all">
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>

Tests/TestFrameworks/XUnit3Core.Specs/XUnit3Core.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="coverlet.collector" Version="6.0.3" PrivateAssets="all" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
12-
<PackageReference Include="xunit.v3.core" Version="1.0.1" />
12+
<PackageReference Include="xunit.v3.core" Version="1.1.0" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)