Technitium Update Error #2435
-
Hey, trying to update Technitium but getting these errors, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I tried this also and have the same message. I typed "update" and tried the full command line. |
Beta Was this translation helpful? Give feedback.
-
Good thing I thought to double check here before applying the update and saw your post. Looking at the change notes for Version 12.0 https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md. They're using .NET 8 now . Reading the install script, it's instaling .NET 7 so I'm guessing thats the cause for the error. I just ran through the install script on a dev box changing "$STD apt-get install -y aspnetcore-runtime-7.0" to "$STD apt-get install -y aspnetcore-runtime-8.0". It seems to have completed fine and I'm not seeing any errors so far. Just in case, I'm going to hold fire doing production till the script is updated. |
Beta Was this translation helpful? Give feedback.
-
Fixed |
Beta Was this translation helpful? Give feedback.
Fixed