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

ILVerify.csproj « netcoreapp « ILVerify « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 302e01f7debbef9ef781b79b8d9b9a41903219f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.1</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="System.CommandLine">
      <Version>0.1.0-e160909-1</Version>
    </PackageReference>
  </ItemGroup>

</Project>