dotnet / dotnet/project-system
Cannot add P2P ref from UWP to a multi-targeted net45/netstandard1.0 class lib
Open
Feature-Multi-Targeting
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
With VS 15.4p1, I'm unable to add a p2p ref from a UWP app to a class library that has both net45 and netstandard1.0 outputs. I have not yet tested just netstandard1.0.

If I manually add the `ProjectReference`, I get this warning. Despite the warning, it compiles just fine.
Severity | Code | Description | Project | File | Line | Suppression State
-- | -- | -- | -- | -- | -- | --
Warning | | Unable to add a reference to project 'System.Interactive'. | System.Interactive.Tests.Uwp.DeviceRunner | | |
Contributor guide
Assessment
This issue has not been assessed yet.