Modernize to .NET SDK Containers
Author: jamesmontemagnoCreated Jan 26, 2024Updated Jan 26, 2024
Let's remove Dockerfiles where applicable and update to use the new .NET SDK style containerization.
See: https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
We will want to update
- All projects to use sdk style properties
- documentation to run dotnet build and publish commands
- Update compose files where necessary
- Need to update ebook as well
Source: dotnet-architecture/eShopOnWeb