From 207cdc6fa60c8c377143991ee66495cbfb373457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:46:08 +0000 Subject: [PATCH] build(deps): Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [MinVer](https://github.com/adamralph/minver) | `5.0.0-beta.1` | `5.0.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.9.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.1.1` | `3.2.2` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.1.1` | `3.2.2` | | [Polly](https://github.com/App-vNext/Polly) | `8.3.0` | `8.3.1` | Updates `MinVer` from 5.0.0-beta.1 to 5.0.0 - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamralph/minver/compare/5.0.0-beta.1...5.0.0) Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0) Updates `MSTest.TestAdapter` from 3.1.1 to 3.2.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.1.1...v3.2.2) Updates `MSTest.TestFramework` from 3.1.1 to 3.2.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.1.1...v3.2.2) Updates `Polly` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/App-vNext/Polly/releases) - [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md) - [Commits](https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: MinVer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: Polly dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/Directory.Build.props | 2 +- .../H.Pipes.Apps.ConsoleApp.Polly.csproj | 2 +- src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index f5eeb9b..931b9b6 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -36,7 +36,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj b/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj index c043cf1..a60ffe9 100644 --- a/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj +++ b/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj b/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj index 8c361cb..53ec51f 100644 --- a/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj +++ b/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj @@ -19,9 +19,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + \ No newline at end of file