does explicit microsoft packages needs to install for middleware in .net core 3.1 framework like .net core 2.1

139 Views Asked by At

I was using Microsoft.AspNetCore.StaticFiles (2.0.2) and Microsoft.AspNetCore (2.0.2) packages as a middleware in an ASP.NET Core 2.1 MVC web project. Are the same packages required if I upgrade this project to .NET Core 3.1 or it is implicitly referred to by the .NET Core 3.1 framework?

1

There are 1 best solutions below

2
Luke Briner On BEST ANSWER

Both are included in the framework for dotnet core 3.1/