Consider using v1.6.1 of the NETStandard.Library NuGet reference
Posted: Fri 07 Jul 2017 09:05
Using the .NET Standard NuGet Devart.Data.Oracle.Entity.EFCore, Version=9.4.299.0
The dependency "Microsoft.EntityFrameworkCore" targets NETStandard.Library v1.6.1. "Devart.Data.Oracle.Entity.EFCore" targets v1.6.0. This results in many binding redirects being generated in app.config.
The application works fine though...normally. I ultimately load my dll into Powershell.exe - which doesn't pick up the assembly redirects (requires me to modify powershell.exe.config in %WINDIR%\System32\WindowsPowerShell\v1.0) and fails.
Hope this can be resolved, thanks!
The dependency "Microsoft.EntityFrameworkCore" targets NETStandard.Library v1.6.1. "Devart.Data.Oracle.Entity.EFCore" targets v1.6.0. This results in many binding redirects being generated in app.config.
The application works fine though...normally. I ultimately load my dll into Powershell.exe - which doesn't pick up the assembly redirects (requires me to modify powershell.exe.config in %WINDIR%\System32\WindowsPowerShell\v1.0) and fails.
Hope this can be resolved, thanks!