0

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

Saro
  • 160
  • 1
  • 11

1 Answers1

2

Changelog

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

Notable differences

Most importantly, ABP v3.0.0 is based on .NET Standard 2.0.

aaron
  • 39,695
  • 6
  • 46
  • 102