#I am using VS2022, where do i put this to download the package?

1 messages · Page 1 of 1 (latest)

noble elk
#

dotnet add package DSharpPlus --version 4.4.0

#

i rarely download libraries so this is pretty new to me

noble elk
#

what is the link i put in here?

#

@cold sedge

cold sedge
#

Nothing

#

Literally read the topic

noble elk
#

i looked up dsharpplus in the nuget pakage manager and its not showing up

#

its stuck loading

cold sedge
#

If it's loading then it's loading

#

Doesn't mean it doesn't work.

noble elk
#

alr

#

is it supposed to take this long?

#

i did it before and it was instant

vocal moon
#

wurst

#

also, just copy the command from nuget

#

don't use the VS nuget package manager, it's garbage

noble elk
#

alright, where do i copy that by the way? sorry i’m dumb i haven’t needed to install packages/libraries

#

😅

vocal moon
#

navigate to your project directory using VS inbuilt terminal (or windows terminal) and run
dotnet add package idkDsharpplussomething

#

replace the last thing with the correct package name ofc

noble elk
#

thanks man