packageReference error when publishing nopCommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I can build the solution with no errors. But when I go to Publish the application to the host server I get the following error.

"A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.2.5`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs  Nop.Core  C:\Program Files\dotnet\sdk\3.1.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets  189  "

Documentation states that you don't have to specify the version if you are using  .NET Core 2.1 or 2.2 , here is the refernce https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#implicit-package-references

I changed the PackageReference to reflect the documentation, but then I get more errors.

Has anyone ran into this issue?

Thanks
4 years ago
This post can help you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.