Browse Source

Used the Iced nuget package instead of a hard coded path

pull/1872/head
Andrew Au 6 years ago
parent
commit
71becf7043
  1. 7
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

7
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -42,9 +42,6 @@ @@ -42,9 +42,6 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iced">
<HintPath>..\..\iced\Iced\bin\Debug\netstandard2.0\Iced.dll</HintPath>
</Reference>
<Reference Include="ILCompiler.Reflection.ReadyToRun">
<HintPath>..\..\runtime\artifacts\bin\coreclr\Windows_NT.x64.Debug\ILCompiler.Reflection.ReadyToRun.dll</HintPath>
</Reference>
@ -54,6 +51,10 @@ @@ -54,6 +51,10 @@
<Compile Include="ReadyToRunLanguage.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Iced" Version="1.4.0" />
</ItemGroup>
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
<Target Name="RemoveTransitiveProjectReferences" AfterTargets="IncludeTransitiveProjectReferences">

Loading…
Cancel
Save