Skip to content

Commit 6ed91fd

Browse files
Bump Microsoft.Extensions.Logging from 9.0.1 to 9.0.4 in /RDMSharp (#53)
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick <[email protected]>
1 parent ab9f6f3 commit 6ed91fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RDMSharp/RDMSharp.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
<PropertyGroup>
33
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
44
<PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -32,6 +32,6 @@
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.4" />
35-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" />
35+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.4" />
3636
</ItemGroup>
3737
</Project>

0 commit comments

Comments
 (0)