2023-06-01 00:01:28 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-06-11 23:12:10 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-02-22 16:46:44 -05:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2023-05-22 00:58:36 -04:00
|
|
|
|
<RootNamespace>vassago</RootNamespace>
|
2023-06-01 00:01:28 -04:00
|
|
|
|
<UserSecretsId>1b425139-0de4-443f-91e6-a8eec44855dd</UserSecretsId>
|
2021-06-11 23:12:10 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-05-05 23:06:25 -04:00
|
|
|
|
<PackageReference Include="discord.net" Version="3.10.0" />
|
2023-06-01 00:01:28 -04:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5">
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2021-06-11 23:12:10 -04:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
2023-06-01 00:01:28 -04:00
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
|
2021-11-30 21:39:43 -05:00
|
|
|
|
<PackageReference Include="QRCoder" Version="1.4.2" />
|
2021-08-29 00:21:09 -04:00
|
|
|
|
<PackageReference Include="youtubedlsharp" Version="0.3.1" />
|
2021-06-11 23:12:10 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-03-22 23:12:27 -04:00
|
|
|
|
<None Update="assets/jokes.txt">
|
2022-01-15 20:35:43 -05:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-03-22 23:12:27 -04:00
|
|
|
|
<None Update="assets/coding and algorithms.png">
|
2022-01-16 20:51:22 -05:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-04-14 21:40:54 -04:00
|
|
|
|
<None Update="assets/ekgblip.png">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-04-14 22:06:28 -04:00
|
|
|
|
<None Update="assets/conversion.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-05-21 14:41:43 -04:00
|
|
|
|
<None Update="assets/loud sweating.gif">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-04-14 21:40:54 -04:00
|
|
|
|
<None Update="appsettings.json">
|
2023-06-01 00:01:28 -04:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2023-04-14 21:40:54 -04:00
|
|
|
|
</None>
|
2021-06-11 23:12:10 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|