When Microsoft provides SCIM package support on .NET Standard?
I had to face this issue while adding Microsoft.SystemForCrossDomainIdentityManagement package in my .Net Standard app. For now, I just moved to .Net Framework but I need .Net Standard support for it.
Warning NU1701 Package 'Microsoft.SystemForCrossDomainIdentityManagement 2.0.5.95' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
This issue does not apply to the code in this repository, the target framework is netcoreapp3.1