Skip to content

Commit b23c75b

Browse files
Bump MsExtensionNugetVersion from 6.0.0 to 7.0.0 (#1153)
Bumps `MsExtensionNugetVersion` from 6.0.0 to 7.0.0. Updates `Microsoft.Extensions.FileSystemGlobbing` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 5.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v7.0.0) Updates `Microsoft.Extensions.Configuration.Abstractions` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Options` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Logging.Console` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) Updates `Microsoft.Extensions.Logging` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
1 parent 4aa714e commit b23c75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
For more information what this is see https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions
55
-->
66
<PropertyGroup>
7-
<MsExtensionNugetVersion>6.0.0</MsExtensionNugetVersion>
7+
<MsExtensionNugetVersion>7.0.0</MsExtensionNugetVersion>
88
<RoslynPackageVersion>4.4.0</RoslynPackageVersion>
99
</PropertyGroup>
1010
<ItemGroup>
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="$(RoslynPackageVersion)"/>
2020
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
2121
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
22-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0"/>
22+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0"/>
2323
<PackageVersion Include="Nuke.Common" Version="6.0.1"/>
2424
<PackageVersion Include="Ultz.Bcl.Half" Version="1.0.0"/>
2525
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1"/>

0 commit comments

Comments
 (0)