You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
I need to be able to optionally add/remove NuGet packages from a project based on a symbol's value. I would love if we had a sample that accomplished this, as I think it's a somewhat-common ask of a templating engine.
Potential Solutions
Outside of having multiple packages.config, what is a sufficient solution? You can't really markup a packages.config with symbols if you want the project to still be able to restore NuGets when opened.
The text was updated successfully, but these errors were encountered:
I'd like to close this since I believe that it should be fixed with the comment previously posted. Is there still any issue that needs to be addressed here?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
I need to be able to optionally add/remove NuGet packages from a project based on a symbol's value. I would love if we had a sample that accomplished this, as I think it's a somewhat-common ask of a templating engine.
Potential Solutions
Outside of having multiple
packages.config
, what is a sufficient solution? You can't really markup apackages.config
with symbols if you want the project to still be able to restore NuGets when opened.The text was updated successfully, but these errors were encountered: