Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ilasm.ilproj « eng - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e2dc08169457a75a66dbe568846d3a4032ad65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk.IL">

  <!-- This project exists solely to restore ilasm for use in the test
  project. -->

  <!-- Get version number of ilasm package -->
  <Import Condition=" '$(ArcadeBuild)' != 'true' " Project="$(MSBuildThisFileDirectory)Versions.props" />

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>

</Project>