1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-17 04:31:44 +02:00
GiantsTools/Giants.WebApi/Giants.WebApi.csproj

19 lines
496 B
XML
Raw Normal View History

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