Trying to create a console app and installing the necessary nuget packages and adding the references, though I cannot build my App, getting the following error:
Error: The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Having the following at the moment:
Nuget packages:

References:

Visual Studio 2019
.Net Framework of the app 4.5.2 - tried with other versions as well, the same thing

Did anyone encounter this issue before?
Thanks!