Mark the parser generator NuGet packages as development dependencies.

This way when you generate packages from projects using the parser generator, NuGet won't try to also reference the parser generator as a dependency.
This commit is contained in:
Ryan Harris 2014-08-01 14:02:29 -04:00
parent 30b8b1452d
commit 3e276ba251
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<copyright>Copyright © Sam Harwell 2014</copyright>
<releaseNotes>https://github.com/sharwell/antlr4cs/releases/v$version$</releaseNotes>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<tags>antlr antlr4 parsing</tags>
<title>ANTLR 4 (Visual Studio 2008)</title>
<summary>The C# target of the ANTLR 4 parser generator for Visual Studio 2008 projects.</summary>

View File

@ -13,6 +13,7 @@
<copyright>Copyright © Sam Harwell 2014</copyright>
<releaseNotes>https://github.com/sharwell/antlr4cs/releases/v$version$</releaseNotes>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<tags>antlr antlr4 parsing</tags>
<title>ANTLR 4</title>
<summary>The C# target of the ANTLR 4 parser generator for Visual Studio 2010+ projects.</summary>