timelapsenow/Timelapse.Pack/Timelapse.Pack.csproj

18 lines
465 B
XML
Raw Normal View History

2022-05-20 02:06:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\TimelapseApi\TimelapseApi.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>