Skip to content

Releases: djonasdev/DbContextScope

Changed to .NET Standart

19 Feb 08:53
0bbf2be
Compare
Choose a tag to compare
  • added .net standart 2.0 as target framework
  • added ef core v2.0.0 as default framework version
  • added unit tests for v2.2.6 and v3.1.1

multitarget support

18 Feb 12:57
Compare
Choose a tag to compare

Added support for:

  • net461 -> Microsoft.EntityFrameworkCore v2.x
  • netcoreapp2.0 -> Microsoft.EntityFrameworkCore v2.x
  • netcoreapp3.0 -> Microsoft.EntityFrameworkCore v3.x