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

Microsoft.AspNetCore.Mvc.Formatters.Json.Test.csproj « test « Mvc.Formatters.Json « Mvc « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc89f857d6eabab0a96536423be108bcdaa30b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" />
    <Reference Include="Microsoft.AspNetCore.Mvc.TestCommon" />

    <Reference Include="Microsoft.AspNetCore.Http" />
    <Reference Include="Microsoft.Extensions.DependencyInjection" />
  </ItemGroup>

</Project>