Skip to content

Commit bb28372

Browse files
Bump the microsoft group with 3 updates
Bumps the microsoft group with 3 updates: [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). Updates `Microsoft.Extensions.Logging` 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.Extensions.Logging.Abstractions` 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 `Microsoft.Extensions.Logging.Abstractions` 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af064ea commit bb28372

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Sidio.OpenGraph.AspNetCore.Tests/Sidio.OpenGraph.AspNetCore.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="FluentAssertions" Version="8.2.0" />
19-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
20-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
19+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" />
20+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2222
<PackageReference Include="Moq" Version="4.20.72" />
2323
<PackageReference Include="xunit" Version="2.9.3" />

src/Sidio.OpenGraph.Tests/Sidio.OpenGraph.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="FluentAssertions" Version="8.2.0" />
20-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
21-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
20+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2323
<PackageReference Include="xunit" Version="2.9.3" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

src/Sidio.OpenGraph/Sidio.OpenGraph.csproj

Lines changed: 2 additions & 2 deletions
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>netstandard2.0;net8.0;net9.0</TargetFrameworks>
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
27+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
2828
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)