Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Microsoft.NET.Test.Sdk-17.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naydevops authored Sep 30, 2024
2 parents 6c39774 + 90e4924 commit 5afdbf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Wizard.Application/Wizard.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="4.0.1"/>
<PackageReference Include="Serilog" Version="4.0.2"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Wizard.ConsoleInterface/Wizard.ConsoleInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="4.0.1"/>
<PackageReference Include="Serilog" Version="4.0.2"/>
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
<PackageReference Include="xunit" Version="2.5.3"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5afdbf5

Please sign in to comment.