From 6a6dd4343ad963bbead4e0c193494ef8ed94fd67 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Sun, 19 Dec 2021 11:56:34 +0800 Subject: [PATCH] Update Getting-Started-AspNetCore-Application.md --- docs/en/Getting-Started-AspNetCore-Application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Getting-Started-AspNetCore-Application.md b/docs/en/Getting-Started-AspNetCore-Application.md index 47158481f8..c5b72a6c1d 100644 --- a/docs/en/Getting-Started-AspNetCore-Application.md +++ b/docs/en/Getting-Started-AspNetCore-Application.md @@ -21,7 +21,7 @@ This tutorial explains how to start ABP from scratch with minimal dependencies. Volo.Abp.AspNetCore.Mvc is the AspNet Core MVC integration package for ABP. So, install it on your project: ```` -Install-Package Volo.Abp.AspNetCore.Mvc -Version 5.0.0 +Install-Package Volo.Abp.AspNetCore.Mvc ```` ## Create the First ABP Module @@ -105,7 +105,7 @@ Replacing AspNet Core's DI system by Autofac and integrating to ABP is pretty ea 1. Install [Volo.Abp.Autofac](https://www.nuget.org/packages/Volo.Abp.Autofac) package ```` -Install-Package Volo.Abp.Autofac -Version 5.0.0 +Install-Package Volo.Abp.Autofac ```` 2. Add the ``AbpAutofacModule`` Dependency