Skip to content

Commit

Permalink
Trying out developmentDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 11, 2023
1 parent 19c751c commit 6106169
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- Dependencies come here from AnalyzerPackages.props. Lombiq.Analyzers is intentionally not a dependency
because then its Build.props would be applied to .NET Framework projects too. -->
</dependencies>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<!-- Workaround for NuGet's validation caused by the presence of these files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- Dependencies come here from AnalyzerPackages.props too. -->
<dependency id="Lombiq.Analyzers.NetFx" version="$version$" />
</dependencies>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<!-- Workaround for NuGet's validation caused by the presence of these files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- Dependencies come here from AnalyzerPackages.props too. -->
<dependency id="Lombiq.Analyzers.NetFx" version="$version$" />
</dependencies>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<!-- Workaround for NuGet's validation caused by the presence of these files:
Expand Down
1 change: 1 addition & 0 deletions Lombiq.Analyzers/Lombiq.Analyzers.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<dependencies>
<!-- Dependencies come here from AnalyzerPackages.props. -->
</dependencies>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<!-- Workaround for NuGet's validation caused by the presence of these files:
Expand Down

0 comments on commit 6106169

Please sign in to comment.