NuGet/Home

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

オープン

#1,850 opened on 2015/12/17

 (14 件のコメント) (5 件のリアクション) (0 人の担当者)HTML (292 件のフォーク)batch import
Priority:3Type:Bughelp wanted

Repository metrics

Stars
 (1,459 個のスター)
PR merge metrics
 (平均マージ 464d 23h) (30d で 1 merged 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.

コントリビューターガイド