-
Notifications
You must be signed in to change notification settings - Fork 526
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
Allow to opt-out of targets import #615
Comments
|
That is fine. Just note that it is .props too, just not .targets. The original feature called: Automatic import of msbuild targets and props files. http://docs.nuget.org/Release-Notes/NuGet-2.5 |
I started by adding this switch to the |
bringing this into |
@ctaggart suggested we add a way to opt-out of targets import like in #574
in #604 (comment) he proposed the syntax for `paket.dependencies:
I don't really like the name
autoimport
. How aboutimport_targets: false
/cc @agross
The text was updated successfully, but these errors were encountered: