Skip to content

Commit

Permalink
Use DevelopmentDependency (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Dec 19, 2024
1 parent 105c179 commit 6f804fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PackageId>Sample.SqlCodeAnalysis1</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<DevelopmentDependency>true</DevelopmentDependency>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6f804fb

Please sign in to comment.