C
C#4w ago
gosip

✅ Microsoft.PowerShell.SDK missing reference

I don't know what to do, I installed this package from nuget but I can't add it to my proyect any ideas on how to solve this?
No description
10 Replies
gosip
gosipOP4w ago
No description
No description
gosip
gosipOP4w ago
im using .net 8 lts
Angius
Angius4w ago
Seems you want this one
jcotton42
jcotton424w ago
@Angius SDK refs that. @gosip try $vsdrunk maybe?
MODiX
MODiX4w ago
* close VS * remove the hidden folder .vs * remove all bin and obj folder next to each csproj (DO NOT TOUCH THE .git FOLDER OR WHAT'S INSIDE) * restart vs
jcotton42
jcotton424w ago
also, share your csproj
reflectronic
reflectronic4w ago
No description
reflectronic
reflectronic4w ago
this version only supports .NET 9 the last version which uses .NET 8 is 7.4.13 so, either change your projectto .NET 9, or downgrade the package to 7.4.13
gosip
gosipOP4w ago
i see thank you i'll just call the scripts then

Did you find this page helpful?