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

CoreFX.TestUtils.TestFileSetup.csproj « TestFileSetup « TestUtils « src « runtest « CoreFX « tests - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb7413ef3096f277d681a50363a8f7fedd4931ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">
  <Import Project="..\..\..\dir.props" />
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <OutputType>Exe</OutputType>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json">
      <Version>$(NewtonsoftJsonVersion)</Version>
    </PackageReference>
    <PackageReference Include="Newtonsoft.Json.Schema">
      <Version>$(NewtonsoftJsonSchemaVersion)</Version>
    </PackageReference>
    <PackageReference Include="System.CommandLine">
      <Version>$(SystemCommandLineVersion)</Version>
    </PackageReference>
  </ItemGroup>
</Project>