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: 97db3594b4891a96b5e74fe6b5c53bb9fddcc1db (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk.IL">

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

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

</Project>