Relative Content

Tag Archive for dockerasp.net-coredockerfileserenity

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