Don't set `PrivateAssets="all"` for `System.CommandLine` package

fixes d908d7718
This commit is contained in:
YoshiRulz 2024-09-09 00:24:39 +10:00
parent 2d938ae61d
commit 09f037544f
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<PackageReference Include="SharpCompress" />
<PackageReference Include="SQLitePCLRaw.provider.e_sqlite3" />
<PackageReference Include="System.Drawing.Common" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.Graphics/BizHawk.Bizware.Graphics.csproj" />
<EmbeddedResource Include="Resources/**/*" />