Currently, building from the Development branch outputs extra binaries to bin\{build}\win-x64 and includes many unnecessary reference assemblies.
Even the 1.21.0 release build zip and nupkg files contain a 124MB win-x64 directory.
I think this was introduced by using SelfContained and IncludeNativeLibrariesForSelfExtract in 5f86810:
|
|
|
<SelfContained>true</SelfContained> |
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier> |
|
<PublishSingleFile>false</PublishSingleFile> |
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
|
</PropertyGroup> |