Hi everyone i' using visual studio code I'm trying to install 'Microsoft.CSharp' in power shell but I get this error: Erreur lors de l'ajout du package 'Microsoft.CSharp' au projet ''. Le projet ne prend pas en charge l'ajout de références de package par le biais de la commande add package.( in english : Error adding package 'Microsoft.CSharp' to project ''. The project does not support adding package references through the add package command.) I'm using this command : dotnet add package Microsoft.CSharp --version 4.7.0
↧