AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

Target .NET 8 and abandon .NET 3.1 #68

Closed AKlaus closed 6 months ago

AKlaus commented 8 months ago
  1. Change the targeting frameworks in DomainResults.Mvc:
    1. Add net8.0
    2. Remove netcoreapp3.1
  2. Reflect the changes in the README files.

It's not expected to have any breaking changes in .NET 8 (see What's new)