Oracle does not support Entity Framework rowversion properties.
https://docs.oracle.com/en/database/oracle/oracle-database/23/odpnt/entityUnsupported.html
I use a date column for this purpose, and attribute the associated property in the entity class with [ConcurrencyCheck].
You do need an update trigger to set the column to sysdate.