We just created a ASP.NET Core project with .NET 5. Added NuGet package Oracle.ManagedDataAccess.Core (3.21.1). Built locally with Visual Studio 2019 and Tested successfully with IIS Express. Moved the project to build server and MSBuild failed to build the project with error message "NU1202: Package Oracle.ManagedDataAccess.Core 3.21.1 is not compatible with net50 (.NETFramework,Version=v5.0). Package Oracle.ManagedDataAccess.Core 3.21.1 supports: netstandard2.1 (.NETStandard,Version=v2.1)". Will there be a new version available soon to address this issue?