Asp.net Core project can't reference F# library project

I'm using Visual Studio 2015 Update 3, and I have an Asp.Net Core project targeting the full .Net Framework (4.6.1). I want to add a reference to an F# library in the same solution, but VS complains that it can't reference projects of that type, (it works fine for C# libraries):

"The following projects are not supported as references : - Project (project name) type is unsupported by current project and can not be referenced."

I believe the F# 4.1 release is still pre-release, but as I said this is targeting the full framework, it seems like this should work.

链接地址: http://www.djcxy.com/p/21294.html

上一篇: 在现有的ASP.NET Core项目中使用完整的.NET Framework

下一篇: Asp.net核心项目不能引用F#库项目