Skip to content

Commit 4120b54

Browse files
dependabot[bot]HavenDV
authored andcommitted
build(deps): bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the / directory: [Microsoft.Windows.CsWin32](https://github.com/microsoft/CsWin32), [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `Microsoft.Windows.CsWin32` from 0.3.106 to 0.3.162 - [Release notes](https://github.com/microsoft/CsWin32/releases) - [Commits](microsoft/CsWin32@v0.3.106...v0.3.162) Updates `FluentAssertions` from 6.12.2 to 8.0.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.12.2...8.0.0) Updates `MSTest.TestAdapter` from 3.6.3 to 3.7.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.3...v3.7.1) Updates `MSTest.TestFramework` from 3.6.3 to 3.7.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.3...v3.7.1) --- updated-dependencies: - dependency-name: Microsoft.Windows.CsWin32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae487af commit 4120b54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/libs/NamedPipeServerStream.NetFrameworkVersion/NamedPipeServerStream.NetFrameworkVersion.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Features:
3030
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
3131
<PackageReference Include="System.IO.Pipes.AccessControl" Version="5.0.0" />
3232
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
33-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
33+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>

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.6.3" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
19-
<PackageReference Include="FluentAssertions" Version="6.12.2" />
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" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)