timelapsenow/Timelapse.Pack/Timelapse.Pack.csproj

17 lines
441 B
XML
Raw Normal View History

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