gautema / CQRSlite

A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Other
1.1k stars 266 forks source link

Support for .Net Standard #73

Closed pvredeveld closed 6 years ago

pvredeveld commented 6 years ago

Hi, can you tell me whether you already adhere to .Net Standard or is it on the roadmap (By the way, is there a roadmap)?

gautema commented 6 years ago

Hi.

CQRSlite supports .Net Standard. There is compiled versions for 1.3, 1.5 and 2.0. There are a few differences, so use the highest version you can, since there will be some fewer functions in the lower versions.