-
Notifications
You must be signed in to change notification settings - Fork 0
/
League Discord Bot.csproj
26 lines (23 loc) · 1.24 KB
/
League Discord Bot.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Camille.RiotGames" Version="3.0.0-nightly-2024-06-21-7a0fafa812" />
<PackageReference Include="Discord.Net" Version="3.15.2" />
<PackageReference Include="EPPlus" Version="7.2.0" />
<PackageReference Include="EPPlus.Interfaces" Version="6.1.1" />
<PackageReference Include="EPPlus.System.Drawing" Version="6.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
</ItemGroup>
</Project>