Hey @Anonymous firstly we apologise this was missed
please do bump with a comment after a couple of working days if you don't receive a comment or answer. There is a responsive community for this tag (and other PaaS tags) working to ensure questions get answered. However in this case we could have done better.
To your question.
Yes it's supported for Logic Apps Standard , but it doesnt work in the way you may have expected , it's supported to enable a subset of features.
See Kent Weare's comment from this blog https://techcommunity.microsoft.com/t5/azure-integration-services-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120
Comment:
*"When the FUNCTIONS_WORKER_RUNTIME is changed to dotnet-isolated, it is only used for features that need it like XSLT + .NET, new Data Mapper and upcoming .NET custom code feature. For features that don't use these components, they will be executed in node like the Inline Code action you specified. So you can think of it as additive as opposed to a replacement. "
*
If you need a feature that requires it you can change the setting in the config as described in the blog. No further steps should be required.