GiantsTools/Giants.WebApi/Giants.WebApi.csproj

22 lines
731 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2022-09-04 20:09:36 +02:00
<TargetFramework>net6.0</TargetFramework>
2020-09-21 08:19:10 +02:00
<UserSecretsId>155c5645-8bf7-4515-88d4-9ef801fdc47e</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Giants.Services\Giants.Services.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.0.0" />
2022-09-05 22:42:41 +02:00
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
2020-10-12 23:42:44 +02:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.1.1" />
2022-09-05 22:42:41 +02:00
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.2" />
2020-08-10 10:11:42 +02:00
<PackageReference Include="NSwag.AspNetCore" Version="13.7.0" />
</ItemGroup>
</Project>