Boas Enkler
Boas Enkler

Reputation: 12557

DownGrade ASP Core Docker supported Project

I Created a ASP CORE 1.1 project with docker support. it runs.

Now when i downgrade it to asp core 1.0 and run the docker mode i got

The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use Microsoft.NETCoreapp 1.0.0 or newer [..]

enter image description here

Upvotes: 1

Views: 76

Answers (1)

Boas Enkler
Boas Enkler

Reputation: 12557

When downgrading the solution the docker file doesn't get updated.

Update in docker file

FROM microsoft/aspnetcore:1.1

to

FROM microsoft/aspnetcore:1.0

Upvotes: 1

Related Questions