This commit is contained in:
wieslawsoltes 2020-07-03 10:50:45 +00:00
Родитель 18d61d225f
Коммит eea393a1ed
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,10 @@
-->
</PropertyGroup>
<Target Name="CopyClrCompressionDll" AfterTargets="Publish" Condition="'$(CoreRT)' == 'True'">
<Copy SourceFiles="$(IlcPath)\framework\clrcompression.dll" DestinationFolder="$(PublishDir)" />
</Target>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20303.1" />
<PackageReference Include="SkiaSharp" Version="1.68.3" />