Skip to content

Commit

Permalink
Merge pull request #598 from WildGums/dependabot/nuget/src/Serilog-4.0.2
Browse files Browse the repository at this point in the history
Bump Serilog from 4.0.1 to 4.0.2 in /src
  • Loading branch information
GeertvanHorrik authored Oct 1, 2024
2 parents 97bf3fa + 1dca7b0 commit 1240c6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Blorc.Core/Blorc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
</PropertyGroup>

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

<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.33" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net7.0')) ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.20" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net8.0')) ">
Expand Down

0 comments on commit 1240c6c

Please sign in to comment.