Replace System.Linq.Dynamic with System.Linq.Dynamic.Core in tests
Description
The System.Linq.Dynamic has been pulled from the community maintained NuGet here, but has not been updated for compatibility with .NET Standard or .NET Core.
A newer, also community maintained, version has been released on NuGet as System.Linq.Dynamic.Core.
This replaces like for like, but with future compatibility with
Environment
None
Activity
Show:
Nathan Brown July 15, 2017 at 3:18 PM
I created the issue because I thought all pull requests had to have an issue. It is something that can be merged ahead of the .net core pull request.
Also, it only applies to two tests, not the core of NHibernate.
The
System.Linq.Dynamic
has been pulled from the community maintained NuGet here, but has not been updated for compatibility with .NET Standard or .NET Core.A newer, also community maintained, version has been released on NuGet as System.Linq.Dynamic.Core.
This replaces like for like, but with future compatibility with