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

21 lines
588 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="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
<PackageReference Include="NAudio" />
<PackageReference Include="Whisper.net.AllRuntimes" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
2025-07-16 12:43:09 -05:00
</Project>