Closed
Description
Repro steps:
Install .NET Core 2.0 SDK Preview 1
dotnet new web
dotnet publish
Look in the publish folder and note that only MyApp.dll is in the published output. I expected that without specifying a publish profile, everything above netcoreapp2.0 would have been in the publish folder. The way it is today, an app will not run on a target machine that has just installed the .NET Core 2.0 runtime and I don't see how to configure it such that it will.
Metadata
Metadata
Assignees
Labels
No labels