This commit is contained in:
Родитель
18d61d225f
Коммит
eea393a1ed
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче