1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-26 08:01:45 +02:00
GiantsTools/Giants.WebApi/Giants.WebApi.csproj

21 lines
655 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</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" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
2020-10-12 23:42:44 +02:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.1.1" />
2020-08-10 10:11:42 +02:00
<PackageReference Include="NSwag.AspNetCore" Version="13.7.0" />
</ItemGroup>
</Project>