Skip to content

Add dotnet 6.0 image

Conrad Engel requested to merge dotnet-6 into develop

This is to include a dotnet 6.0 image in addition to the 3.1 and 5.0 ones (although just thinking about it now it might have made more sense to just move the 5.0 image to 6.0 since 6.0 will be supported long term and 5.0 isn't).

I set up docker on WSL on my workstation to build this locally, all seemed to work; let me know if I missed anything.

This is in preparation for moving the skeleton to .NET 6.0, and then moving all of our .NET Core 3.1 projects to .NET 6.0.

Merge request reports