I don't believe it was added in Net 5 actually. The 715 issue you refer to is for the change to occur in .Net 7. I also tried using just SQL database instead of Oracle and in Net 6 I get "This platform does not support distributed transactions.". However, in Net 7 running the same code, I get this error "Implicit distributed transactions have not been enabled. If you're intentionally starting a distributed transaction, set TransactionManager.ImplicitDistributedTransactions to true."
So, it appears it was added in Net 7, and I think SQL would work if that property mentioned above set to true. However, Oracle databases accessed give the same error message in Net 7 as in Net 6. So, I am guessing this is an Oracle driver issue.