Reputation: 160
I tried the application framework for a while using version 2.3 Now I'm planning the development of 2 web applications (MPA with ASP.NET MVC 5.x )
What's the differences between version 2.3 and 3.0 version?
I didn't found any changelog files
Upvotes: 0
Views: 101
Reputation: 43098
The release notes for the framework (ABP) can be found here: https://github.com/aspnetboilerplate/aspnetboilerplate/releases
The release notes for the template (MPA with ASP.NET MVC 5.x) can be found here: https://github.com/aspnetboilerplate/module-zero-template/releases
Most importantly, ABP v3.0.0 is based on .NET Standard 2.0.
Upvotes: 2