Skip to content

Commit

Permalink
Make Antlr4BuildTasks a build-time-only dependency, and remove old AN…
Browse files Browse the repository at this point in the history
…TLRv3 transitive deps
  • Loading branch information
paulirwin committed Oct 27, 2024
1 parent 6222faa commit 7341c7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="$(Antlr4RuntimeStandardPackageVersion)" />
<PackageReference Include="Antlr4BuildTasks" Version="$(Antlr4BuildTasksPackageVersion)" />
<!-- These are transitive dependencies, but Antlr3.Runtime doesn't provide a secure alternative on netstandard2.0, so we need to include them. -->
<PackageReference Include="System.Net.Http" Version="$(SystemNetHttpPackageVersion)" />
<PackageReference Include="System.Text.RegularExpressions" Version="$(SystemTextRegularExpressionsPackageVersion)" />
<PackageReference Include="Antlr4BuildTasks" Version="$(Antlr4BuildTasksPackageVersion)" PrivateAssets="all" IncludeAssets="build" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
Expand Down

0 comments on commit 7341c7e

Please sign in to comment.