The Mimer Data Provider is available for several versions of the .NET Framework. Actually the target is a version of the CLR - the Common Language Runtime as shown in the following table:
| Framework versions | CLR version |
| 4.6.2-4.8 | 4.0.30319 |
.NET 6.0 and later is also supported, which is not dependent on the CLR version above.
The table below summarizes various aspects of the integration performed:
| Feature | Package Net45 | Package Net6 | Package Net8 |
| Visual Studio 2019 integration/documentation | Yes | No | No |
| Visual Studio 2022 integration/documentation | Yes | No | No |
| Global Assembly Cache installation | 4.5 | No | No |
| .NET Framework support | 4.5.2 - 4.8 | No | No |
| .NET 5+ support | No | 6.0, 7.0 | 8.0, 9.0 |