CollaboratingPlatypus / PetaPoco

Official PetaPoco, A tiny ORM-ish thing for your POCO's
Other
2.07k stars 600 forks source link

Upgrade tests projects target framework to net472,netcoreapp3.1 #703

Closed Ste1io closed 1 year ago

Ste1io commented 1 year ago

netcoreapp2.1 is out of support; this causes both warning NETSDK1138 when building the test projects, and has turned out to be non-starter for adding official Oracle support (#699) which is well underway and progressing otherwise-smoothly thanks to @Curlack's work in #702.

Oracle.ManagedDataAccess is the framework version (hence no issues with net472 target). Oracle.ManagedDataAccess.Core is the "modern" package for core apps (click links for compatible versions on nuget).

Unfortunately, the lowest compatable dotnetcore version for the "Oracle.ManagedDataAccess.Core" package is dotnetcore3.1.

Originally posted by @Ste1io in https://github.com/CollaboratingPlatypus/PetaPoco/issues/702#issuecomment-1772259010