Skip to content

Commit da995c5

Browse files
dependabot[bot]HavenDV
authored andcommitted
build(deps): bump the all group with 3 updates
Bumps the all group with 3 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `FluentAssertions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.0...8.0.1) Updates `MSTest.TestAdapter` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.1...v3.7.2) Updates `MSTest.TestFramework` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22b8a9e commit da995c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/NamedPipeServerStream.NetFrameworkVersion.Tests/NamedPipeServerStream.NetFrameworkVersion.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
19-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
17+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
19+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)