I have a .net core 3.1 project. The project has a dependency on Microsoft Identity Platform and SQL Server.
While publishing the project to Azure. I am not able to configure the Microsoft Identity Platform. It gives below Error window.
I am able to configure SQL Server dependency but not sure why it is not able to configure Identity Platform.
I am using
- .Net core 3.1.4
- Visual Studio Community Edition 2022
- Asp.net core Identity Entity Framework 3.1.4
Any idea?