You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Luticate2.Mvc.Auth.Tests.csproj 592B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
  8. <PackageReference Include="xunit" Version="2.3.1" />
  9. <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
  10. <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\Luticate2.Mvc.Auth\Luticate2.Mvc.Auth.csproj" />
  14. </ItemGroup>
  15. </Project>