2022-05-20 02:06:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-20 06:57:02 +00:00
|
|
|
<PackageReference Include="Tesses.TimelapseApi" Version="1.0.1" />
|
2022-05-20 02:06:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|