Skip to content

Commit 08b6f7d

Browse files
dependabot[bot]dennisdoomen
authored andcommitted
Bump FluentAssertions and xunit.runner.visualstudio
Bumps FluentAssertions from 8.4.0 to 8.5.0 Bumps xunit.runner.visualstudio to 3.1.2 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b84cbcb commit 08b6f7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pathy.ApiVerificationTests/Pathy.ApiVerificationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
99
<PackageReference Include="xunit" Version="2.9.3" />
10-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
10+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.2">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>

Pathy.Specs/Pathy.Specs.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
</PropertyGroup>
1010

1111
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
12-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
12+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.2">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1515
</PackageReference>
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.2">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
2424
</ItemGroup>
2525

2626
<ItemGroup>
2727
<PackageReference Include="xunit" Version="2.9.3" />
28-
<PackageReference Include="FluentAssertions" Version="8.4.0" />
28+
<PackageReference Include="FluentAssertions" Version="8.5.0" />
2929
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
3030
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)