Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Luticate2.Auth.WebApiSample.csproj 547B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Folder Include="wwwroot\" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.2" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\Luticate2.Auth\Luticate2.Auth.csproj" />
  16. </ItemGroup>
  17. </Project>