Skip to content

Commit

Permalink
Use dnMerge to merge dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Oct 12, 2023
1 parent 665c6cf commit 5b2699d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<LangVersion>latest</LangVersion>
<EnforceExtendedAnalyzerRules>True</EnforceExtendedAnalyzerRules>

<PackageId>NetFabric.Hyperlinq.Analyzer</PackageId>
Expand All @@ -20,6 +20,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="dnMerge" Version="0.5.15">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions NetFabric.Hyperlinq.Analyzer/dnMerge.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<dnMergeConfig>
<GeneratePDB>false</GeneratePDB>
<OverwriteAssembly>true</OverwriteAssembly>
<ExcludeReferences>
<ReferenceName>Microsoft.CodeAnalysis.CSharp</ReferenceName>
</ExcludeReferences>
</dnMergeConfig>

0 comments on commit 5b2699d

Please sign in to comment.