Files
stream-shorts/src/StreamShorts.Console/StreamShorts.Console.csproj
T

14 lines
297 B
XML
Raw Normal View History

2025-07-16 12:43:09 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FFMpegCore" />
<PackageReference Include="NAudio" />
<PackageReference Include="Whisper.net.AllRuntimes" />
</ItemGroup>
2025-07-16 12:43:09 -05:00
</Project>