Search code examples
.net-coreaspnetboilerplate.net-core-3.0

Detected package downgrade for Boilerplate Application(.NET Core 3.1)


I'm trying to open my Boilerplate Application(.NET Core 3.1)in VSCode in Linux but below exception, keep appeared for me. Is there any difference between .NET Core for Linux and for Windows or What is the problem?

Detected package downgrade: Abp.ZeroCore from 5.7.0 to 5.1.0. Reference the package directly from the project to select a different version.

Solution

  • No this is not related to the OS that you run your application.

    As stated in the error message there a downgrade in one of your nuget packages.

    Go to your Boilerplate.csproj and try to manually set the version of Abp.ZeroCore nuget package from 5.1.0 that it is currently to 5.7.0.