summaryrefslogtreecommitdiff
path: root/tests/src/performance/linkbench/assets/Roslyn/illinkcsproj
blob: 1247c5e7159e2eaead62932eaeeefc82676ce817 (plain)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
    <RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="ILLink.Tasks" Version="0.1.0-preview" />
  </ItemGroup>
</Project>