0
errors can be found here, in the image新手,如何安裝缺少的C#包和.NET在Visual Studio或項目
我試圖用一些庫/包
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SimplCommerce.Infrastructure.Data;
using SimplCommerce.Module.Core.Extensions;
using SimplCommerce.Module.Core.Models;
using SimplCommerce.Module.Orders.Services;
using SimplCommerce.Module.Orders.ViewModels;
在這,我有錯誤
Microsoft.AspNetCore
和一些包裝實習生al結構像
SimpleCommerce.Module.Core。
我在Visual Studio中的新手,微軟工具,讓我怎麼能解決您在使用報表的錯誤和其他錯誤,我得到的是的 C#版本。我有C#4,但一些項目的要求是C#5,所以我如何升級版本。
謝謝你在先進
'Nuget'是術語。從這裏開始研究。 –
通常這是用NuGet完成的。右鍵單擊您的項目,「管理NuGet包...」並搜索數據包。 – Pac0
這裏還有另一種方法,如果你想添加一些.dll庫到你的項目中,你可以將它們添加到項目引用上,這裏是解釋:https://stackoverflow.com/a/12992312/5132665它是有用的你想使用一些在NuGet包管理器上不可用的庫。 –