-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalpine.csproj
36 lines (30 loc) · 1.23 KB
/
alpine.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
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="lava\plugin\**" />
<EmbeddedResource Remove="lava\plugin\**" />
<None Remove="lava\plugin\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DisCatSharp" Version="10.6.3-nightly-011" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="10.6.3-nightly-011" />
<PackageReference Include="DisCatSharp.Common" Version="10.6.3-nightly-011" />
<PackageReference Include="DisCatSharp.Lavalink" Version="10.6.3-nightly-011" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="WaifuIM.Web" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\net8.0\config.json" />
<None Include="obj\config.json" />
<None Remove="config.json" />
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\net8.0\NuGet.Frameworks.dll" />
<Content Include="obj\project.nuget.cache" />
</ItemGroup>
</Project>