nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
210 stars 28 forks source link

.NET Standard / .NET Core #11

Closed chucker closed 5 years ago

chucker commented 5 years ago

The main library is now multi-targeted as .NET Framework 4.6.1 (as before) and .NET Standard 2.0.

The two satellite projects are multi-targeted as .NET Framework 4.6.1 and .NET Core 2.2.

Obviously, WMI is Windows-only, so this doesn't really make ORMi cross-platform. But it does make it easier to reference in modern projects.