简体   繁体   English

MIP SDK 1.7.133 .NET Core 3.1 支持

[英]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我创建了一个新的 .NET Core 3.1 项目并通过 nuget 安装了 MIP SDK 1.7.133

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)我编写了一些代码来获取敏感度标签,并且一切正常,但我不断收到此警告,即 MIP SDK 包可能不支持 .NET Core 3.1(尽管它可以工作)

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?可能是什么问题呢?

My apologies.我很抱歉。 This is a bug in the package.这是包中的一个错误。 We plan to fix and release an update this month.我们计划在本月修复并发布更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM