-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsblngavnav5X.csproj
More file actions
33 lines (29 loc) · 1.35 KB
/
Copy pathsblngavnav5X.csproj
File metadata and controls
33 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<NoWarn>$(NoWarn);CS1998</NoWarn>
<UserSecretsId>cc9ba02f-a6a2-4e2f-93b3-f6a6c176d44b</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Content Include="audio\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Addons.Interactive" Version="2.0.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NLayer" Version="1.11.0" NoWarn="NU1701" />
<PackageReference Include="Discord.Net" Version="3.19.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" />
<PackageReference Include="MySqlConnector" Version="2.5.0" />
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
<PackageReference Include="TwitchLib.Api" Version="3.10.2" />
<PackageReference Include="Victoria" Version="7.0.6" />
</ItemGroup>
</Project>