Don't set `PrivateAssets="all"` for `System.CommandLine` package
fixes d908d7718
This commit is contained in:
parent
2d938ae61d
commit
09f037544f
|
@ -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/**/*" />
|
||||
|
|
Loading…
Reference in New Issue