Skip to content

Commit

Permalink
Add net8.0 and net9.0 to the metapackage (#3033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Dec 1, 2024
1 parent d780d6c commit 93229f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Discord.Net/Discord.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
<icon>PackageLogo.png</icon>
<readme>NUGET_README.md</readme>
<dependencies>
<group targetFramework="net9.0">
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="net8.0">
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
Expand Down

0 comments on commit 93229f6

Please sign in to comment.