timelapse/Timelapse.Api/Timelapse.Api.csproj

13 lines
320 B
XML
Raw Permalink Normal View History

2021-12-28 07:25:39 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-12-30 04:07:31 +00:00
<TargetFramework>net5.0</TargetFramework>
2021-12-28 07:25:39 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
</ItemGroup>
</Project>