EduardoPires / EquinoxProject

Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts

Home Page:http://equinoxproject.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New feature request: Update to Net Core 3

pavini opened this issue · comments

Update project to Net Core 3.0

commented

I use this architecture on .net core 3.0 and It work fine!

@ncxn What you change on this project to build on 3.0? There are some breaks after the upgrade.

commented

Hello,
It was not possible to upgrade directly to version 3.0, so I upgraded manually. It is not difficult at all. (The code is the same, but some NuGet pack changes).

Hi @ncxn ,

I already update the packages, but there are some break changes with the new packages. Can you create a PR with these changes?

@pavini @ncxn

Done. Migrated to 3.1