summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-27 15:43:41 -0700
committermo khan <mo.khan@gmail.com>2020-02-27 15:43:41 -0700
commitb5c6b0a5f96613c8944c18ffab261b0799b92d8b (patch)
treeca744a89a6662bdbee65b4c74a89e5cdfe76cfbc /lib
parentfc5095229677e88c578350be217465495c274c7e (diff)
Install mono-complete for Net.HTTP libraries so NuGet can make API calls33727-asdf
Diffstat (limited to 'lib')
-rw-r--r--lib/license/management.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/license/management.rb b/lib/license/management.rb
index f186f80..37fe1a0 100644
--- a/lib/license/management.rb
+++ b/lib/license/management.rb
@@ -13,18 +13,6 @@ require 'license/management/version'
# This applies a monkey patch to the JsonReport found in the `license_finder` gem.
LicenseFinder::JsonReport.prepend(License::Management::Report)
-module LicenseFinder
- class Nuget
- def self.package_management_command
- 'nuget'
- end
-
- def self.nuget_check
- 'which nuget'
- end
- end
-end
-
module License
module Management
def self.root