Skip to content

Commit

Permalink
Merge pull request #105 from sharwell/update-codegen
Browse files Browse the repository at this point in the history
Update the reference Antlr3.CodeGenerator to 3.5.2-beta2
  • Loading branch information
sharwell committed Apr 8, 2018
2 parents 9550813 + 77fced0 commit 878638b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Directory.Build.props
Expand Up @@ -65,15 +65,9 @@
</PropertyGroup>

<ItemGroup Condition="'$(BootstrapBuild)' != 'true'">
<PackageReference Include="Antlr3.CodeGenerator" Version="3.5.2-beta1" PrivateAssets="all" />
<PackageReference Include="Antlr3.CodeGenerator" Version="3.5.2-beta2" PrivateAssets="all" />
</ItemGroup>

<!-- Workaround to ensure generated ANTLR parsers are included in NuGet source package. -->
<Target Name="AntlrBeforeSourceFiles"
Condition="'$(BootstrapBuild)' != 'true'"
BeforeTargets="SourceFilesProjectOutputGroup"
DependsOnTargets="AntlrCompile;AntlrCompileAddFilesGenerated" />

<ItemGroup Condition="'$(BootstrapBuild)' == 'true'">
<PackageReference Include="Antlr3.CodeGenerator" Version="$(ANTLRInformationalVersion)" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit 878638b

Please sign in to comment.