Fix missing System.Threading.Tasks.Parallel in packaged net5 builds.

This commit is contained in:
Paul Chote
2021-01-12 23:04:17 +00:00
committed by abcdefg30
parent a12e4657ee
commit a70637f28f
2 changed files with 2 additions and 0 deletions

View File

@@ -69,5 +69,6 @@
<TrimmerRootAssembly Include="mscorlib" />
<TrimmerRootAssembly Include="netstandard" />
<TrimmerRootAssembly Include="System.IO.Pipes" />
<TrimmerRootAssembly Include="System.Threading.Tasks.Parallel" />
</ItemGroup>
</Project>

View File

@@ -62,5 +62,6 @@
<TrimmerRootAssembly Include="mscorlib" />
<TrimmerRootAssembly Include="netstandard" />
<TrimmerRootAssembly Include="System.IO.Pipes" />
<TrimmerRootAssembly Include="System.Threading.Tasks.Parallel" />
</ItemGroup>
</Project>