I found, from several sources, that the official way to setup SDK version into our .NET Core project is to add a global.json file into the project main folder.
By the way
Add
2.2.3
to your .csproj.
Take a look at this question and this one for more information.