-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathUPBot.csproj
More file actions
20 lines (17 loc) · 836 Bytes
/
UPBot.csproj
File metadata and controls
20 lines (17 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.5.1" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.5.1" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.5.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.8" />
<PackageReference Include="SQLite" Version="3.13.0" />
<PackageReference Include="System.Data.SQLite" Version="2.0.1" />
<PackageReference Include="TimeZoneConverter" Version="7.0.0" />
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.3" />
</ItemGroup>
</Project>