FSharp portable
Trying to build a portable FSharp Library, it's a VS2012 project.
error "C:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets" not found
I think the build image may need, http://www.microsoft.com/web/gallery/install.aspx?appid=FSharpVWD11 Visual F# Tools 3.0 for Visual Studio Express 2012.
Also is F# 3.1.1 out of band release installed? http://www.microsoft.com/en-us/download/details.aspx?id=41654, if so I could try and see if I can upgrade my project file instead.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 13 Mar, 2014 03:07 AM
Hi Jay,
Yes, F# 3.1.1 OOB is installed on build machine.
I can install F# Tools 3.0 if it helps.
Support Staff 2 Posted by Feodor Fitsner on 13 Mar, 2014 03:52 AM
After installing F# for VWD
Microsoft.Portable.FSharp.Targets
didn't appear thoughC:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0
directory exists.There is
C:\Program Files (x86)\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.Portable.FSharp.Targets
- it seems you should migrate to F# 3.1 OOB.3 Posted by jay on 13 Mar, 2014 01:47 PM
Thanks, I'll do that.
jay closed this discussion on 17 Mar, 2014 09:49 PM.