ishrakland/Toast

Deprecated debug information level

Opened this issue · 1 comments

When building my app in devops azure, I get the following warning :
Warning XA0125: 'Plugin.Toast.pdb' is using a deprecated debug information level. Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author.

Could you update the debug information level of your package as recommended ?

Thank you