Skip to content

stmax82/VSTransitiveRefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Transitive References

  • Open Solution{A,B,C,D} in VS
  • Start (Ctrl-F5)

SolutionA

MyNETFrameworkApp -> MyNETFrameworkLib -> MyNETFrameworkLib2 -> Newtonsoft.Json

(works!)

SolutionB

MyNETCoreApp -> MyNETCoreLib -> MyNETCoreLib2 -> Newtonsoft.Json

(works!)

SolutionC

MyNETCoreApp -> MyNETStandardLib -> MyNETStandardLib2 -> Newtonsoft.Json

(works!)

SolutionD

MyNETFrameworkApp -> MyNETStandardLib -> Newtonsoft.Json

(doesn't work! System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json...')

Tested with

VS2017 15.6.0, 15.6.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages