Skip to content

Commit

Permalink
be nuget compatible (fixup for #2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Sep 2, 2017
1 parent ec34b46 commit 08823f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/Dependencies/NuGetV3.fs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let getNuGetV3Resource (source : NugetV3Source) (resourceType : NugetV3ResourceT
match res.ToLower() with
| "searchautocompleteservice" -> Some AutoComplete
//| "registrationsbaseurl" -> Some Registration
| "packagedisplaymetadatauritemplate" -> Some PackageIndex
| s when s.StartsWith "packagedisplaymetadatauritemplate" -> Some PackageIndex
| "packagebaseaddress/3.0.0" -> Some AllVersionsAPI
| _ -> None
match resType with
Expand Down

0 comments on commit 08823f6

Please sign in to comment.