dotnet-architecture / eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
https://docs.microsoft.com/dotnet/standard/modern-web-apps-azure-architecture/
MIT License
10.07k stars 5.42k forks source link

Moving to .NET Core 3 #313

Closed artrs-prog closed 4 years ago

artrs-prog commented 4 years ago

Since the latest stable version is 3.0, are there any plans to migrate to it?

ardalis commented 4 years ago

Yes, soon.

vlyakh commented 4 years ago

Hey guys Any chance we can get it done in a week?

ardalis commented 4 years ago

Likely not but check out https://github.com/ardalis/cleanarchitecture which is upgraded already and can be used as a starting point for new solutions.

stevenvolckaert commented 4 years ago

Any update on this? Can we expect the update soon?

ardalis commented 4 years ago

Relatively: https://github.com/dotnet-architecture/eShopOnWeb/pull/323

efleming18 commented 4 years ago

Hey @artrs-prog @stevenvolckaert @vlyakh - the master branch has been updated to .NET Core 3.0. Take a look and if you have any questions, please feel free to open up new issues for us to discuss.

vlyakh commented 4 years ago

Thanks @efleming18

stevenvolckaert commented 4 years ago

Thank you @efleming18!