Replies: 1 comment 3 replies
-
It was you who posted to Discord as well about this, right? https://discord.com/channels/551136772243980291/551137154705653775/1275100630343745577 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am customizing the source (mainly for my education, and to create a custom theme) and wish to deploy the resulting product as a docker image to my Synology NAS. My assumption was the docker file at the root would be all I need.
When I do a docker build --tag I get a error on the dotnet publish line, telling me targetedframework is ''. The call shows net8.0 in the call. The web project file is default, but shows the $(targetedcommonframeworks) and has .net8.0 selected (all of that was out of box.
I tried it on my modified source, on a unmodified clone of the source, and on 2 different machines. Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions