-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTranscriberBot.csproj
More file actions
23 lines (20 loc) · 940 Bytes
/
Copy pathTranscriberBot.csproj
File metadata and controls
23 lines (20 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssemblyAI" Version="1.2.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Lame" Version="2.1.0" />
<PackageReference Include="NetCord" Version="1.0.0-alpha.359" />
<PackageReference Include="NetCord.Services" Version="1.0.0-alpha.359" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Opus" Version="1.0.0" />
<PackageReference Include="Whisper.net" Version="1.8.1" />
<PackageReference Include="Whisper.net.Runtime" Version="1.8.1" />
</ItemGroup>
</Project>