SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

When Microsoft provides SCIM package support on .NET Standard?

Open AbdulAleem-Siddiqui opened this issue 4 years ago • 1 comments

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.

AbdulAleem-Siddiqui avatar May 20 '21 06:05 AbdulAleem-Siddiqui

This issue does not apply to the code in this repository, the target framework is netcoreapp3.1

marcusca10 avatar Jan 19 '22 10:01 marcusca10