NuGet/Home

.targets/.props in build/ folder are not added to a (non-C#) CPS-based project upon package install

開放

#1,850 建立於 2015年12月17日

 (14 則留言) (5 個反應) (0 位負責人)HTML (292 個分叉)batch import
Priority:3Type:Bughelp wanted

倉庫指標

星標
 (1,459 顆星)
PR 合併指標
 (平均合併 464天 23小時) (30 天內合併 1 個 PR)

描述

I have a CPS-based project type for a custom Language (not C# or VB). This project type reports the AssemblyReferences, DeclaredSourceItems, and UserSourceItems capabilities. I also created a NuGet package that just contains minimal .targets/.props in the build/ folder.

If I install this NuGet package to a C# Class Library project, the .targets/.props are successfully added to the .csproj.

However, if I install this NuGet package to my CPS project type, no .targets/.props are added to the project file (.sfproj).

I am using NuGet 3.3.0 both to create my package, and to install it.

貢獻者指南