Skip to content

Commit

Permalink
Update dependency System.Linq.Dynamic.Core to v1.3.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 15d9e16 commit 47f86cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Linq.Async.Queryable" Version="6.0.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.20" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
Expand Down
2 changes: 1 addition & 1 deletion MTGView.Blazor.Server/MTGView.Blazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Linq.Async.Queryable" Version="6.0.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.20" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
<PackageReference Include="TheOmenDen.Shared" Version="2022.10.8.41" />
<PackageReference Include="TheOmenDen.Shared.Interfaces" Version="1.10.8.106" />
<PackageReference Include="TheOmenDen.Shared.Logging" Version="1.10.8.134" />
Expand Down

0 comments on commit 47f86cc

Please sign in to comment.