diff --git a/azure/build.yml b/azure/build.yml
index 63ba93964..a4646ad73 100644
--- a/azure/build.yml
+++ b/azure/build.yml
@@ -1,4 +1,11 @@
steps:
+- task: UseDotNet@2
+ displayName: 'Use .NET Core sdk'
+ inputs:
+ packageType: 'sdk'
+ version: '6.0.x'
+ includePreviewVersions: true
+
- task: DotNetCoreCLI@2
inputs:
command: 'restore'
diff --git a/src/Discord.Net.Interactions/Discord.Net.Interactions.csproj b/src/Discord.Net.Interactions/Discord.Net.Interactions.csproj
index f9729a733..7eeb819ca 100644
--- a/src/Discord.Net.Interactions/Discord.Net.Interactions.csproj
+++ b/src/Discord.Net.Interactions/Discord.Net.Interactions.csproj
@@ -7,7 +7,7 @@
Discord.Interactions
Discord.Net.Interactions
Discord.Net.Labs.Interactions
- A Discord.Net Labs extension adding support for Application Commands.
+ A Discord.Net extension adding support for Application Commands.