My main project is in .net standard 2.1 my test project is in .net core 3.1
when ever i'm trying to build the solution I'm getting the below error
NU1201: Project xxx is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Project yyy supports: netstandard2.1 (.NETStandard,Version=v2.1)
Can some one help me in resolving this issue