I've been following a tutorial to make a discord robot in .net framework and visual studio doesn't like "ServiceCollection" it says this
"Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'ServiceCollection' could not be found (are you missing a using directive or an assembly reference?) robot discord C:\Users\tren6\Desktop\Program.cs 24 Active"
I'm a begginer to coding and i would love some help