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

Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj « FunctionalTests « test « AzureAD « Azure « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f3424fc414c57f6970bf4693823575f87e1c2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">

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

  <ItemGroup>
    <ProjectReference Include="..\testassets\AzureAD.WebSite\AzureAD.WebSite.csproj" />
  </ItemGroup>

  <ItemGroup>
    <None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Mvc.Testing" />
    <Reference Include="Microsoft.Extensions.Logging.Testing" />
  </ItemGroup>

  <Import Project="$(MvcTestingTargets)" Condition="'$(MvcTestingTargets)' != ''" />
</Project>