-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.csproj
More file actions
39 lines (37 loc) Β· 1.91 KB
/
main.csproj
File metadata and controls
39 lines (37 loc) Β· 1.91 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
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.18.0" />
<PackageReference Include="DotNetEnv" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers;buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Pgvector" Version="0.3.2" />
<PackageReference Include="Pgvector.EntityFrameworkCore" Version="0.2.2" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="simple-ciphers" Version="2.4.0" />
<PackageReference Include="Cinsor" Version="1.0.0" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version=" 8.0.8" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Include="UnitsNet" Version="5.60.0" />
<Reference Include="System.Net.Http" />
<PackageReference Include="ColorHelper" Version="1.8.1" />
<None Update="commands\generate-group\helpers\youtube-like.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="commands/wordle-group/helpers/wordList.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="commands/wordle-group/helpers/answerList.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>