Skip to content

Commit 3fc78f8

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.188` | `2.0.189` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `6.0.0` | `6.0.4` | | [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.8.2` | `3.8.3` | Updates `Meziantou.Analyzer` from 2.0.188 to 2.0.189 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.188...2.0.189) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.Extensions.Logging.Abstractions` from 6.0.0 to 6.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v6.0.4) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.Extensions.Logging.Console` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `MSTest.TestFramework` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 2.0.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MSTest.TestFramework dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02c30c8 commit 3fc78f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageVersion>
15-
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.188" />
15+
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.189" />
1616

1717
<!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
18-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
18+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
1919

2020
<!-- No reason to require later than 6.0.0 at this time. -->
21-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
22-
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
21+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
22+
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
2323
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2424
<PackageVersion Include="MSTest.TestAdapter" Version="3.8.2" />
25-
<PackageVersion Include="MSTest.TestFramework" Version="3.8.2" />
25+
<PackageVersion Include="MSTest.TestFramework" Version="3.8.3" />
2626
<PackageVersion Include="Moq" Version="4.20.72" />
2727
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
2828
<PackageVersion Include="PolySharp" Version="1.15.0" />

0 commit comments

Comments
 (0)