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
Trying to utilize a transitive project references framework assembly results in build errors. This looks to be the result of dotnet restore not capturing project references framework assemblies (doesn't exist in assets.json).
Note: This used to work in project.json land (built the repro in project.json then migrated).
Trying to utilize a transitive project references framework assembly results in build errors. This looks to be the result of
dotnet restore
not capturing project references framework assemblies (doesn't exist in assets.json).Note: This used to work in project.json land (built the repro in project.json then migrated).
See the simple repro here:
TransitiveProjectFrameworkRefs.zip
Go into ConsoleApp12 and
dotnet restore; dotnet build
The text was updated successfully, but these errors were encountered: