I am getting the below error when trying to run a dotnet sample on win server 2016:
PS C:\Users\Administrator> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
microsoft/dotnet-samples dotnetapp-nanoserver c38ab3a78d65 2 days ago 1.03 GB
PS C:\Users\Administrator> docker run microsoft/dotnet-samples:dotnetapp-nanoserver
The specified framework ‘Microsoft.NETCore.App’, version ‘1.0.4’ was not found.
** - Check application dependencies and target a framework version installed at:**
** C:\Program Files\dotnet\shared\Microsoft.NETCore.App**
** - The following versions are installed:**
** 1.0.3**
** - Alternatively, install the framework version ‘1.0.4’.**