-
Notifications
You must be signed in to change notification settings - Fork 0
/
cerebus-cs.csproj
28 lines (25 loc) · 1.34 KB
/
cerebus-cs.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
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>cerebus_cs</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ardalis.Result" Version="7.0.0" />
<PackageReference Include="dsharpplus" Version="4.3.0" />
<PackageReference Include="dsharpplus.interactivity" Version="4.3.0" />
<PackageReference Include="dsharpplus.slashcommands" Version="4.3.0" />
<PackageReference Include="microsoft.extensions.dependencyinjection" Version="7.0.0" />
<PackageReference Include="microsoft.extensions.hosting" Version="7.0.1" />
<PackageReference Include="serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
<PackageReference Include="serilog.sinks.console" Version="4.1.0" />
<PackageReference Include="serilog.sinks.file" Version="5.0.0" />
<PackageReference Include="stackexchange.redis" Version="2.6.96" />
<PackageReference Include="StackExchange.Redis.Extensions.Core" Version="9.1.0" />
<PackageReference Include="StackExchange.Redis.Extensions.System.text.json" Version="9.1.0" />
<PackageReference Include="vrchat.api" Version="1.11.1" />
</ItemGroup>
</Project>