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
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
I have created a ASP.NET 5 RC1 web project and specified "dnx451" as the only framework in project.json. This allows me to add a old-style (non-DNX) 4.5.1 C# class library projects as dependencies but when I try to add a similar 4.5.1 F# class library project as a reference to the web project, I get an error that the "Project is unsupported by current project and can not be referenced". Why does DNX care what language a referenced non-DNX class library is written in?
P.S. As a workaround I can add the output DLL for the F# project manually but this is not exactly ideal. I does indicate however that there is no real reason for the error to occur when adding project references. It should work!
I have created a ASP.NET 5 RC1 web project and specified "dnx451" as the only framework in project.json. This allows me to add a old-style (non-DNX) 4.5.1 C# class library projects as dependencies but when I try to add a similar 4.5.1 F# class library project as a reference to the web project, I get an error that the "Project is unsupported by current project and can not be referenced". Why does DNX care what language a referenced non-DNX class library is written in?
P.S. As a workaround I can add the output DLL for the F# project manually but this is not exactly ideal. I does indicate however that there is no real reason for the error to occur when adding project references. It should work!