Restore ILLink.Tasks to latest version after https://github.com/mono/linker/issues/242 fix

This commit is contained in:
JustArchi 2018-01-27 04:32:05 +01:00
parent 55f210d9f1
commit 4eafb41bb7
2 changed files with 2 additions and 16 deletions

View file

@ -21,6 +21,7 @@
<NoWarn />
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<CrossGenDuringPublish>false</CrossGenDuringPublish>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@ -34,16 +35,10 @@
<DefineConstants>$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())</DefineConstants>
</PropertyGroup>
<Target Name="AddBackResourceAssemblies" AfterTargets="_FindNativeDeps">
<ItemGroup>
<_NativeResolvedDepsToPublish Remove="@(_NativeResolvedDepsToPublish->WithMetadataValue('AssetType', 'resources'))" />
</ItemGroup>
</Target>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.6.15" />
<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="Newtonsoft.Json" Version="11.0.1-beta3" />
<PackageReference Include="NLog" Version="4.5.0-rc04" />

View file

@ -4,13 +4,4 @@
<assembly fullname="System.ComponentModel.TypeConverter">
<type fullname="System.ComponentModel.*" required="true" />
</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>