how to build dockerfile in ASP.NET Core 6?
I developed an ASP.NET Core 6 (serenity.is framework) application. It works on localost but when I build dockerfile, I get a CS0246 error.
how to build dockerfile in asp.net core .net6?
I developed an asp.net core (serenity.is framework) application.
It work on localost but when I build dockerfile I have CS0246 error.
I use .net6 in my project.
error CS0246: The type or namespace name 'Multiple' could not be found (are you missing a using directive or an assembly reference?)
thanks for helping