Search code examples
c#.netvisual-studio.net-coremicrosoft-information-protection

MIP SDK 1.7.133 .NET Core 3.1 support


I created a new .NET Core 3.1 project and installed the MIP SDK 1.7.133 via nuget

I wrote some code to fetch the sensitivity labels and it all works fine, but I keep getting this warning that the MIP SDK package may not support .NET Core 3.1 (although it works)

warning NU1701: Package 'Microsoft.InformationProtection.File 1.7.133' 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 '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.

What could be the problem?


Solution

  • My apologies. This is a bug in the package. We plan to fix and release an update this month.