Fix self-contained packaging.

This commit is contained in:
Paul Chote
2021-03-09 21:21:06 +00:00
committed by Matthias Mailänder
parent 7694d0842b
commit b622afd7fd
3 changed files with 2 additions and 14 deletions

View File

@@ -65,10 +65,4 @@
<Analyzer Remove="@(Analyzer)" />
</ItemGroup>
</Target>
<ItemGroup>
<TrimmerRootAssembly Include="mscorlib" />
<TrimmerRootAssembly Include="netstandard" />
<TrimmerRootAssembly Include="System.IO.Pipes" />
<TrimmerRootAssembly Include="System.Threading.Tasks.Parallel" />
</ItemGroup>
</Project>