Add local .Net ReferencesThis extension allows you to quickly add .Net (netstandart) assembly in VS code .Net Core project RequirementsA .NET Core project only How useCtrl + Shift + P or F1 and type 'Add Local .Net References'. Input full path to dll (Example: 'C:\FullPath\assemblyName.dll'), and execute 'dotnet restore' or press on button 'Restore' in the notify message |