Skip to content

Commit

Permalink
Bump FastExpressionCompiler from 5.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/dadhi/FastExpressionCompiler/releases)
- [Commits](dadhi/FastExpressionCompiler@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: FastExpressionCompiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent e36ad22 commit 6571a69
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 @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="FastExpressionCompiler" Version="5.0.0" />
<PackageReference Include="FastExpressionCompiler" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FastExpressionCompiler" Version="5.0.0" />
<PackageReference Include="FastExpressionCompiler" Version="5.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
Expand Down

0 comments on commit 6571a69

Please sign in to comment.