demigor / lex.db

Lex DB
MIT License
107 stars 16 forks source link

.netstandard support #49

Open bezysoftware opened 8 years ago

bezysoftware commented 8 years ago

Are you planning to add .netstandard target support?

https://blogs.msdn.microsoft.com/cesardelatorre/2016/06/28/running-net-core-apps-on-multiple-frameworks-and-what-the-target-framework-monikers-tfms-are-about/

demigor commented 8 years ago

There is a pull request with .NET Core support (basically .net standard AFAIK).

However there is a breaking change with PCL library (not Silverlight-compatible anymore). I hope next week I'll have time to sort things out and release a new build.

bezysoftware commented 8 years ago

I assume you mean #48 I had a quick look and I think it's missing one think - project.json which would specify which version of .netstandard it's targeting. Without it it will be just a PCL targeting .netcore

bezysoftware commented 8 years ago

No updates?