Skip to content

Commit

Permalink
Merge pull request #1178 from godaddy/dependabot/nuget/csharp/Logging…
Browse files Browse the repository at this point in the history
…/minor-and-patch-2f10132bf6

build(deps): bump the minor-and-patch group across 1 directory with 3 updates
  • Loading branch information
aka-bo authored Jan 15, 2025
2 parents 65c7ecb + 6872e03 commit a1be3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions csharp/Logging/Logging.Tests/Logging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
</ItemGroup>
<ItemGroup Label="CLI Tool References">
Expand Down
2 changes: 1 addition & 1 deletion csharp/Logging/Logging/Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
</ItemGroup>
</Project>

0 comments on commit a1be3b1

Please sign in to comment.