video-retailor/videoRetailor.csproj
2021-10-12 00:46:12 -04:00

13 lines
255 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ffmpegcore" Version="4.5.0" />
</ItemGroup>
</Project>