mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-23 22:55:37 +01:00
19 lines
496 B
XML
19 lines
496 B
XML
<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" />
|
|
<PackageReference Include="NSwag.AspNetCore" Version="13.7.0" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|