Skip to content

Commit

Permalink
Update Slackord.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloupe committed Nov 11, 2023
1 parent 9220e9e commit c97c37a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Slackord/Slackord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Maui" Version="6.0.0" />
<PackageReference Include="CommunityToolkit.Maui" Version="6.1.0" />
<PackageReference Include="Discord.Net.Core" Version="3.12.0" />
<PackageReference Include="Discord.Net.Interactions" Version="3.12.0" />
<PackageReference Include="Discord.Net.Rest" Version="3.12.0" />
Expand All @@ -62,10 +62,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0-rc.2.23479.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.23479.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0-rc.2.23479.6" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9373" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.0-rc.2.9373" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="8.0.0-rc.2.9373" />
<PackageReference Include="Octokit" Version="8.1.1" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9530" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.0-rc.2.9530" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="8.0.0-rc.2.9530" />
<PackageReference Include="Octokit" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows10.0.19041.0'">
Expand Down

0 comments on commit c97c37a

Please sign in to comment.