豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 611 Bytes

File metadata and controls

24 lines (17 loc) · 611 Bytes
title NuGet Warning NU5106
description NU5106 Warning code
author mishra14
ms.author jodou
ms.date 8/14/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5106

NuGet Warning NU5106

The file at 'lib\WinRT\temp.dll' uses the obsolete 'WinRT' as the framework folder. Replace 'WinRT' or 'WinRT45' with 'NetCore45'.

Issue

A file was detected to be under an WinRT or WinRT45 target framework folder under the lib folder. However, WinRT and WinRT45 target frameworks are now obsolete.

Solution

Please rename the target framework folder to NetCore45.