Skip to content

Commit 3693f0f

Browse files
Bump FastExpressionCompiler.Internal.src from 3.3.4 to 4.0.0 (#6918)
* Bump FastExpressionCompiler.Internal.src from 3.3.4 to 4.0.0 Bumps [FastExpressionCompiler.Internal.src](https://github.com/dadhi/FastExpressionCompiler) from 3.3.4 to 4.0.0. - [Release notes](https://github.com/dadhi/FastExpressionCompiler/releases) - [Commits](dadhi/FastExpressionCompiler@v3.3.4...v4.0.0) --- updated-dependencies: - dependency-name: FastExpressionCompiler.Internal.src dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Increase Particular.Analyzers version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Ording <[email protected]>
1 parent 5787dbd commit 3693f0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Custom.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<AnalyzerTargetFramework>netstandard2.0</AnalyzerTargetFramework>
55
<AnalysisLevel>8.0-minimum</AnalysisLevel>
6+
<ParticularAnalyzersVersion>2.0.0</ParticularAnalyzersVersion>
67
</PropertyGroup>
78

89
<PropertyGroup>

src/NServiceBus.Core/NServiceBus.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup Label="Private dependencies">
18-
<PackageReference Include="FastExpressionCompiler.Internal.src" Version="3.3.4" PrivateAssets="All" />
18+
<PackageReference Include="FastExpressionCompiler.Internal.src" Version="4.0.0" PrivateAssets="All" />
1919
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
2020
<PackageReference Include="Janitor.Fody" Version="1.9.0" PrivateAssets="All" />
2121
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)