Skip to content

Commit

Permalink
Prevent the Numerge.MSBuild leaking as the dependency to Material.Ava…
Browse files Browse the repository at this point in the history
…lonia (#393)
  • Loading branch information
SKProCH committed Jul 28, 2024
1 parent 5bbca57 commit cabce7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Material.Avalonia/Material.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Numerge.MSBuild"/>
<PackageReference Include="Numerge.MSBuild">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit cabce7d

Please sign in to comment.