apworks-core icon indicating copy to clipboard operation
apworks-core copied to clipboard

Upgrade to .netstandard 2.0, asp.net core 2.0 and entity framework core 2.0

Open ghd258 opened this issue 7 years ago • 1 comments

Upgrade to .netstandard 2.0, asp.net core 2.0 and entity framework core 2.0

ghd258 avatar Aug 15 '17 11:08 ghd258

It is not as critical to update libraries to .NET Standard 2.0. In general, libraries should target the lowest version of .NET Standard they can tolerate (for maximum .NET implementation applicability) unless they require APIs only in .NET Core. Based on this, there is no plan right away to update Apworks to use the latest version of netstandard, unless in the consequent tests it implies we have to. For demonstration purpose, the example projects (apworks-examples) will be updated to use 2.0.

daxnet avatar Aug 17 '17 08:08 daxnet