summaryrefslogtreecommitdiff
path: root/tests/src/performance/linkbench/assets/Roslyn/illinkcsproj
blob: c8549e2d4733a4308680e23bc7b2d24f1f6c417f (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp1.1</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.NETCore.ILLink" Version="0.1.9-preview" />
  </ItemGroup>
</Project>