Skip to content

Commit

Permalink
retarget to .NET 8, upgrade DSharpPlus to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Dec 9, 2023
1 parent 4e65350 commit dae4c78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MechanicalMilkshake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<InvariantGlobalization>false</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abyssal.HumanDateParser" Version="2.0.0-20191113.1"/>
<PackageReference Include="DSharpPlus" Version="4.3.0-nightly-01173"/>
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.3.0-nightly-01173"/>
<PackageReference Include="DSharpPlus.Interactivity" Version="4.3.0-nightly-01173"/>
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.3.0-nightly-01173"/>
<PackageReference Include="DSharpPlus" Version="4.4.3" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.4.3" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.4.3" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.3" />
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0-2.final"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.4.0-2.final"/>
Expand Down

0 comments on commit dae4c78

Please sign in to comment.