Upgrading .net core 1.1 to 2.0 for docker users
For my latest feature we have been working on a microservice running across 4 docker containers.
All the containers are running on a runtime base image we build for .net core 1.1 - which has been working really well.
We are now starting the process of upgrading to .net core 2.0 (2.0.3)…