When I try to publish my application to the web server after upgrading to .NET Core 2.1 from 2.0, I get this message: \"This version of Microsoft.AspNetCore.All is only compatib
Sorry for late reply,
I got this error now and found the solution.
We need to change TargetFramework version in PublishProfiles to netcoreapp2.2
TargetFramework
PublishProfiles
netcoreapp2.2
<_SavePWD>True <_DestinationType>AzureWebSite netcoreapp2.2 false <_IsPortable>true