Browse Source

Created a ILCompiler.Reflection.ReadyToRun nuget package and hosted it on my personal feed

pull/1872/head
Andrew Au 6 years ago
parent
commit
e5866d3788
  1. 7
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj
  2. 1
      NuGet.config

7
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -41,18 +41,13 @@ @@ -41,18 +41,13 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="ILCompiler.Reflection.ReadyToRun">
<HintPath>..\..\runtime\artifacts\bin\coreclr\Windows_NT.x64.Debug\ILCompiler.Reflection.ReadyToRun.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ReadyToRunLanguage.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Iced" Version="1.4.0" />
<PackageReference Include="ILCompiler.Reflection.ReadyToRun" Version="1.0.0-alpha" />
</ItemGroup>
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />

1
NuGet.config

@ -4,5 +4,6 @@ @@ -4,5 +4,6 @@
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
<add key="ILSpy" value="https://ci.appveyor.com/nuget/ilspy-masterfeed" />
<add key="DotNet MyGet" value="https://dotnet.myget.org/F/symreader-converter/api/v3/index.json" />
<add key="cshung_public_development" value="https://pkgs.dev.azure.com/cshung/public/_packaging/development/nuget/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save