-
-
Notifications
You must be signed in to change notification settings - Fork 70
Packages Installation
Thang Chung edited this page Sep 2, 2018
·
1 revision
NetCoreKit can be found here on NuGet and can be installed by copying and pasting the following command into your Package Manager Console within Visual Studio (Tools > NuGet Package Manager > Package Manager Console).
Install-Package NetCoreKit.Utils
Install-Package NetCoreKit.Domain
Install-Package NetCoreKit.Infrastructure
Install-Package NetCoreKit.Infrastructure.AspNetCore
Install-Package NetCoreKit.Infrastructure.AspNetCore.CleanArch
Install-Package NetCoreKit.Infrastructure.AspNetCore.Miniservice
Install-Package NetCoreKit.Infrastructure.AspNetCore.OpenApi
Install-Package NetCoreKit.Infrastructure.EfCore
Install-Package NetCoreKit.Infrastructure.EfCore.SqlServer
Install-Package NetCoreKit.Infrastructure.EfCore.MySql
Alternatively if you're using .NET Core then you can install NetCoreKit via the command line interface with the following command:
dotnet add package NetCoreKit.Utils
dotnet add package NetCoreKit.Domain
dotnet add package NetCoreKit.Infrastructure
dotnet add package NetCoreKit.Infrastructure.AspNetCore
dotnet add package NetCoreKit.Infrastructure.AspNetCore.CleanArch
dotnet add package NetCoreKit.Infrastructure.AspNetCore.Miniservice
dotnet add package NetCoreKit.Infrastructure.AspNetCore.OpenApi
dotnet add package NetCoreKit.Infrastructure.EfCore
dotnet add package NetCoreKit.Infrastructure.EfCore.SqlServer
dotnet add package NetCoreKit.Infrastructure.EfCore.MySql