dnxcore50 framework support in ASP.Net 5 Class Library Package project?
问题 I am trying to develop my first ASP.Net web application and in my solution I have two projects. A Web Application and Class Library (Package) and noticed that the Web App has this for it's framework inside the project.json "frameworks": { "dnxcore50": { } } My understanding is that code makes my Web App target Net 5.0 Core but if I look at the project.json for the Class Library I see this: "frameworks": { "net451": { }, "dotnet5.4": { "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516",