diff --git a/docs/en/Migration-Guides/Abp-5_3.md b/docs/en/Migration-Guides/Abp-5_3.md index 8646727d90..acc69504f0 100644 --- a/docs/en/Migration-Guides/Abp-5_3.md +++ b/docs/en/Migration-Guides/Abp-5_3.md @@ -4,4 +4,8 @@ This document is a guide for upgrading ABP v5.2 solutions to ABP v5.3. There is ## AutoMapper Upgraded to v11.0.1 -AutoMapper library upgraded to **v11.0.1** in this version. So, you need to change your project's target SDK that use the **AutoMapper** library (typically your `*.Application` project). You can change it from `netstandard2.0` to `netstandard2.1` or `net6` if needed. Please see [#12189](https://github.com/abpframework/abp/pull/12189) for more info. \ No newline at end of file +AutoMapper library upgraded to **v11.0.1** in this version. So, you need to change your project's target SDK that use the **AutoMapper** library (typically your `*.Application` project). You can change it from `netstandard2.0` to `netstandard2.1` or `net6` if needed. Please see [#12189](https://github.com/abpframework/abp/pull/12189) for more info. + +## See Also + +* [Official blog post for the 5.3 release](https://blog.abp.io/abp/ABP.IO-Platform-5.3-RC-Has-Been-Published)