diff --git a/Directory.Build.props b/Directory.Build.props index 36fa19b..3c1ba39 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,6 @@ true enable true - net8.0 true snupkg false @@ -22,6 +21,6 @@ https://github.com/OoLunar/DSharpPlus.VoiceLink - + \ No newline at end of file diff --git a/examples/HelloWorld/HelloWorld.csproj b/examples/HelloWorld/HelloWorld.csproj index 78fcd98..d33a345 100644 --- a/examples/HelloWorld/HelloWorld.csproj +++ b/examples/HelloWorld/HelloWorld.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 enable false false diff --git a/libs/DSharpPlus b/libs/DSharpPlus index 466dd1d..78516f7 160000 --- a/libs/DSharpPlus +++ b/libs/DSharpPlus @@ -1 +1 @@ -Subproject commit 466dd1d6a83e4f47ea439f7054e107af285dcc4f +Subproject commit 78516f72ae00be2a1c10ab8ef55b270feeaa9351 diff --git a/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj b/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj index 52aaed1..8426cdc 100644 --- a/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj +++ b/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj @@ -1,6 +1,7 @@ - net8.0 + netstandard2.0 + disable OoLunar.DSharpPlus.VoiceLink.Natives.Opus Provides the dynamic library files for Opus. discord, discord-bot, discord-api, dsharpplus, discord-voice, dsharpplus-voicenext diff --git a/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj b/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj index a088a34..48e1656 100644 --- a/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj +++ b/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj @@ -1,6 +1,7 @@ - net8.0 + netstandard2.0 + disable OoLunar.DSharpPlus.VoiceLink.Natives.Sodium Provides the dynamic library files for Sodium. discord, discord-bot, discord-api, dsharpplus, discord-voice, dsharpplus-voicenext diff --git a/src/DSharpPlus.VoiceLink/DSharpPlus.VoiceLink.csproj b/src/DSharpPlus.VoiceLink/DSharpPlus.VoiceLink.csproj index 4b05d14..18609e1 100644 --- a/src/DSharpPlus.VoiceLink/DSharpPlus.VoiceLink.csproj +++ b/src/DSharpPlus.VoiceLink/DSharpPlus.VoiceLink.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable true false @@ -13,15 +13,15 @@ true - - + + - - - - - - - + + + + + + + \ No newline at end of file