forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable transitive project references
When moving to the new SDK I initially disabled transitive project references because it was causing issues building our VSIX projects. Had some time this week to sit down and work through the problem which comes down to the VSIX indirectly referencing a multi-targetted project. This is a known bug in the SDK that can be worked around by doing the following: - Explicitly referencing the project - Using AdditionalProperties to specify the TF to use - Using Name to work around inability of VSSDK to infer Name The SDK bug is here. dotnet/sdk#433
- Loading branch information
Showing
4 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters