Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added frameworkAssemblies to nuspec templating #721

Merged
merged 1 commit into from
Mar 31, 2015

Conversation

khellang
Copy link
Contributor

japbcvpavbzau9dbuaxf

@@ -19,6 +19,10 @@ type NugetFrameworkReferences =
{ FrameworkVersion : string
References : NugetReferences }

type NugetFrameworkAssemblyReferences =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I could've reused the existing NugetFrameworkReferences type and grouped framework assembly references on FrameworkVersion instead. What do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's ok to have both types. We also separate these in paket.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should make the FrameworkVersion a string list

@forki
Copy link
Member

forki commented Mar 31, 2015

thanks. only one small issue.

@khellang khellang force-pushed the framework-assemblies-nuspec branch from e2b5834 to e23df9d Compare March 31, 2015 13:42
forki added a commit that referenced this pull request Mar 31, 2015
Added frameworkAssemblies to nuspec templating
@forki forki merged commit 54ec87e into fsprojects:master Mar 31, 2015
@khellang khellang deleted the framework-assemblies-nuspec branch March 31, 2015 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants