NuGet/Home

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

Open

#1 850 ouverte le 17 déc. 2015

Voir sur GitHub
 (14 commentaires) (5 réactions) (0 assignés)HTML (292 forks)batch import
Priority:3Type:Bughelp wanted

Métriques du dépôt

Stars
 (1 459 stars)
Métriques de merge PR
 (Merge moyen 464j 23h) (1 PR mergée en 30 j)

Description

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.

Guide contributeur