mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Restore ILLink.Tasks to latest version after https://github.com/mono/linker/issues/242 fix
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
<NoWarn />
|
<NoWarn />
|
||||||
<ServerGarbageCollection>false</ServerGarbageCollection>
|
<ServerGarbageCollection>false</ServerGarbageCollection>
|
||||||
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
||||||
|
<CrossGenDuringPublish>false</CrossGenDuringPublish>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||||
@@ -34,16 +35,10 @@
|
|||||||
<DefineConstants>$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())</DefineConstants>
|
<DefineConstants>$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="AddBackResourceAssemblies" AfterTargets="_FindNativeDeps">
|
|
||||||
<ItemGroup>
|
|
||||||
<_NativeResolvedDepsToPublish Remove="@(_NativeResolvedDepsToPublish->WithMetadataValue('AssetType', 'resources'))" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="HtmlAgilityPack" Version="1.6.15" />
|
<PackageReference Include="HtmlAgilityPack" Version="1.6.15" />
|
||||||
<PackageReference Include="Humanizer" Version="2.2.0" />
|
<PackageReference Include="Humanizer" Version="2.2.0" />
|
||||||
<PackageReference Include="ILLink.Tasks" Version="0.1.4-preview-1222833" />
|
<PackageReference Include="ILLink.Tasks" Version="0.1.4-preview-1317495" />
|
||||||
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0-preview1-25914-04" />
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0-preview1-25914-04" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="11.0.1-beta3" />
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.1-beta3" />
|
||||||
<PackageReference Include="NLog" Version="4.5.0-rc04" />
|
<PackageReference Include="NLog" Version="4.5.0-rc04" />
|
||||||
|
|||||||
@@ -4,13 +4,4 @@
|
|||||||
<assembly fullname="System.ComponentModel.TypeConverter">
|
<assembly fullname="System.ComponentModel.TypeConverter">
|
||||||
<type fullname="System.ComponentModel.*" required="true" />
|
<type fullname="System.ComponentModel.*" required="true" />
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
||||||
<assembly fullname="System.Dynamic.Runtime">
|
|
||||||
<type fullname="System.Runtime.CompilerServices.CallSite`1" required="true" />
|
|
||||||
</assembly>
|
|
||||||
|
|
||||||
<assembly fullname="System.Linq.Expressions">
|
|
||||||
<type fullname="System.Dynamic.DynamicObject" required="true" />
|
|
||||||
<type fullname="System.Runtime.CompilerServices.CallSiteOps" required="true" />
|
|
||||||
</assembly>
|
|
||||||
</linker>
|
</linker>
|
||||||
Reference in New Issue
Block a user