-
-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
Description
I'm running Visual Studio 2013 targeting .NET 4.6.2 with GeneticSharp 2.4.0, and get the following runtime exception when attempting to instantiate a GeneticAlgorithm instance (specifically, when the task executor is set):
Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies.
Is .NET Framework 4.6.2 still supported, or is .NET standard 2.0.0+ now required?