Skip to content

Commit

Permalink
Merge pull request #1245 from gusennan/master
Browse files Browse the repository at this point in the history
Add's monoandroid41 framework moniker
  • Loading branch information
forki committed Nov 19, 2015
2 parents 7d187e3 + 984191e commit e893d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paket.Core/FrameworkHandling.fs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module FrameworkDetection =
| "net453" -> Some (DotNetFramework FrameworkVersion.V4_5_3)
| "net46" -> Some (DotNetFramework FrameworkVersion.V4_6)
| "monotouch" | "monotouch10" | "monotouch1" -> Some MonoTouch
| "monoandroid" | "monoandroid10" | "monoandroid1" | "monoandroid403" | "monoandroid50"-> Some MonoAndroid
| "monoandroid" | "monoandroid10" | "monoandroid1" | "monoandroid403" | "monoandroid41" | "monoandroid50"-> Some MonoAndroid
| "monomac" | "monomac10" | "monomac1" -> Some MonoMac
| "xamarinios" | "xamarinios10" | "xamarinios1" | "xamarin.ios10" -> Some XamariniOS
| "xamarinmac" | "xamarinmac20" | "xamarin.mac20" -> Some XamarinMac
Expand Down Expand Up @@ -375,4 +375,4 @@ module KnownTargetProfiles =
AllProfiles
|> List.pick (function
| PortableProfile(n, _) as p when n = name -> Some p
| _ -> None)
| _ -> None)

0 comments on commit e893d6d

Please sign in to comment.