0

Please or Register to create posts and topics.

Problem after upgrade to .Netcore 2.2

Hi,

I update my project to .Netcore 2.2. Is work fine.

But if I publish the project in VS 2017 I get follow error:Fehler This version of Microsoft.AspNetCore.App is only compatible with the netcoreapp2.2 target framework. Please target netcoreapp2.2 or choose a version of Microsoft.AspNetCore.App compatible with netcoreapp2.1. QuickApp.Pro 0

What I can do?

 

regard Ingo

rcarrico has reacted to this post.
rcarrico

Hello,

Make sure you target the right framework version in the publish profile too (.pubxml).

From Visual Studio you can verify this from Publish Page => Configure... => Settings and make sure the "Target Framework" matches that of the project.

Regards,
Eben Monney

rcarrico has reacted to this post.
rcarrico