Skip to content

Commit e5af7d3

Browse files
⬆️ Bump Microsoft.Extensions.Logging and System.Diagnostics.DiagnosticSource
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `System.Diagnostics.DiagnosticSource` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Diagnostics.DiagnosticSource dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 367f352 commit e5af7d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/CoreRCON.Tests/CoreRCON.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.1" />
14-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
14+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1616
<PackageReference Include="Neovolve.Logging.Xunit" Version="6.2.0" />
1717
<PackageReference Include="Polly" Version="8.5.1" />

src/CoreRCON/CoreRCON.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>
41-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
42-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.1" />
41+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
42+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" />
4343
<PackageReference Include="System.IO.Pipelines" Version="9.0.1" />
4444
</ItemGroup>
4545

0 commit comments

Comments
 (0)