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

Latest commit

 

History

History
23 lines (17 loc) · 757 Bytes

File metadata and controls

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

NuGet Warning NU5122

XDT transform file 'tools/transform.xdt' will not be applied when the package is installed after the migration.

Issue

The package contains an assembly file that is not under a target framework specific folder. The package will not be compatible with a package reference type of project.

Solution

Please request the package author to fix the package such that it no longer contains an install.ps1 file. You can read more about it in NuGet docs.