Question BundleExtraAssemblies doesn't include System.* Assemblies

jackkoro

Newcomer
From my reading of the SMAPI readme page for build config, including <BundleExtraAssemblies>System</BundleExtraAssemblies> in .csproj should be bundling all the System and Microsoft assemblies your mod is dependent on. It has not worked that way for me: it appears to only be including things from NuGet packages. Is this the intended behavior?

For context, I would like to include System.Net.Http.dll as it is not present in the Android version of the game and I would like to have it for a mod I'm working on. This assembly IS present on the desktop versions of the game. Thanks in advance!
 
Top