Skip to content

Commit 8d37ccf

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the extensions group with 1 update
Bumps the extensions group with 1 update: [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: extensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f213456 commit 8d37ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Moq.Tests/Moq.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;net6.0</TargetFrameworks>
@@ -28,7 +28,7 @@
2828
<PackageReference Include="xunit" Version="2.5.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
3030
<PackageReference Include="Castle.Core" Version="5.1.1" />
31-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.9" />
31+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
3232
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
3333
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)