Skip to content

Commit

Permalink
Labs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Aug 3, 2021
1 parent 3621f84 commit 3497981
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Discord.Addons.Hosting/Discord.Addons.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<PackageId>Discord.Addons.Hosting</PackageId>
<Version>4.0.2</Version>
<Version>4.0.2-labs</Version>
<Authors>Hawxy</Authors>
<Description>Simplifying Discord.Net hosting with .NET Generic Host (Microsoft.Extensions.Hosting)</Description>
<Description>This is a special version of Discord.Addons.Hosting specifically for the Discord.Net.Labs fork. Incompatible with Discord.Net</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Hawxy/Discord.Addons.Hosting</PackageProjectUrl>
Expand All @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net.Commands" Version="2.4.0" />
<PackageReference Include="Discord.Net.WebSocket" Version="2.4.0" />
<PackageReference Include="Discord.Net.Labs.Commands" Version="2.3.5" />
<PackageReference Include="Discord.Net.Labs.WebSocket" Version="2.4.9" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
Expand Down

0 comments on commit 3497981

Please sign in to comment.