Ensure OpenCli.Sources are not a dependency of the CLI package

This commit is contained in:
Patrik Svensson
2025-11-25 21:47:14 +01:00
parent 1ec7b8ae8f
commit d61788d6c6

View File

@@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup Label="Dependencies">
<PackageReference Include="OpenCli.Sources" />
<PackageReference Include="OpenCli.Sources" PrivateAssets="all" />
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>