Hi, Markus,
MongoDB .NET/C# Driver 3.0.0 supports net472 (AKA full framework), netstandard2.1 (AKA .NET Core 3.X), and net6 (AKA .NET 6+). If you are compiling for .NET 8, it will use the net6 assemblies. If you are compiling for .NET Framework, it will use the net472 assemblies. If you are compiling for .NET Core 3.X or .NET 5, then the netstandard2.1 assemblies will be used.
In summary, the 3.0.0 driver is compatible with .NET 8 and your C# compiler and toolchain will use the correct assemblies contained in our NuGet packages to target the desired framework.
Please let us know if you have any additional questions or concerns.
Sincerely,
James
1 Like