mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/discord-net/Discord.Net/releases) - [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md) - [Commits](https://github.com/discord-net/Discord.Net/compare/3.10.0...3.11.0) --- updated-dependencies: - dependency-name: Discord.Net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>1.0.0</Version>
|
|
<Title>Boyfriend</Title>
|
|
<Authors>Octol1ttle, mctaylors</Authors>
|
|
<Copyright>AGPLv3</Copyright>
|
|
<PackageProjectUrl>https://github.com/TeamOctolings/Boyfriend</PackageProjectUrl>
|
|
<PackageLicenseUrl>https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
|
<RepositoryUrl>https://github.com/TeamOctolings/Boyfriend</RepositoryUrl>
|
|
<RepositoryType>github</RepositoryType>
|
|
<Company>TeamOctolings</Company>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
<Description>A legacy-driven Discord bot written in C#</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net" Version="3.11.0"/>
|
|
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
|
|
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1" />
|
|
</ItemGroup>
|
|
</Project>
|