GiantsTools/Giants.WebApi/Giants.WebApi.csproj

24 lines
881 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>
2022-09-09 07:31:24 +02:00
<PackageReference Include="Autofac" Version="6.4.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
2022-09-05 23:45:33 +02:00
<PackageReference Include="AutoMapper" Version="11.0.1" />
2022-09-05 22:42:41 +02:00
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
2022-09-05 23:45:33 +02:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
2022-09-05 22:42:41 +02:00
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.2" />
2022-09-05 23:45:33 +02:00
<PackageReference Include="NSwag.AspNetCore" Version="13.16.1" />
</ItemGroup>
</Project>