Steps to reproduce
Publish a self contained dotnetcore app
dotnet "publish" "C:\myapp" --configuration Release --framework netcoreapp1.0 --runtime win10-x64 --output C:\output
Copy the results to a clean Windows 2012 server
Run the exe produced from the publish command
Expected behavior
The application to start
Actual behavior
An error api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer

Environment data
dotnet --info output: N/A
Steps to reproduce
Publish a self contained dotnetcore app
dotnet "publish" "C:\myapp" --configuration Release --framework netcoreapp1.0 --runtime win10-x64 --output C:\outputCopy the results to a clean Windows 2012 server
Run the exe produced from the publish command
Expected behavior
The application to start
Actual behavior
An error

api-ms-win-crt-runtime-l1-1-0.dll is missing from your computerEnvironment data
dotnet --infooutput: N/A