Since https://github.com/dotnet/runtime/pull/90880, `net8.0` has been the minimum. For files that are compiled for other platforms (.NET Standard, .NET Framework) `NET8_0_OR_GREATER` can be replaced with `NET`.
Since #90880,
net8.0has been the minimum.For files that are compiled for other platforms (.NET Standard, .NET Framework)
NET8_0_OR_GREATERcan be replaced withNET.