This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Support targeting PCLs #9
Comments
I think the problem is that you're trying to add the nuget package to a Portable library - you need to make a .NET 4.x library instead. |
See this bit
|
I don't quite understand the difference. When it comes to developing Xamarin.Forms it asks to use a PCL. Why can't that be supported by this lib? |
Hmmm... I see. Could you send a link to how that guidance is worded? PCLs will be needed if you are building an XF component to be used across multiple platforms. That's a fine thing to want to do. However currently this type provider doesn't support creating PCLs - in theory it can be enabled but it is work. I'll adjust the title. On any specific Xamarin platform you should be able to still use the type provider I think. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/fsprojects/FSharp.Data.DbPedia/blob/master/nuget/FSharp.Data.DbPedia.nuspec
means this project can't work in net45 right? i'd like to use it in such a project.
for posterity, this is the error i see on attempting install
The text was updated successfully, but these errors were encountered: