forked from ofthelit/Mime-Detective
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
another attempt at fixing code coverage
- Loading branch information
1 parent
835325b
commit f66d60b
Showing
2 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"packOptions": { | ||
"summary": "Mime-Detective Class Library, .NET Core Fork", | ||
"tags": [ "mime", "mime-type", "content-type", "contenttype" ], | ||
"owners": [ "clarkis117" ], | ||
"projectUrl": "https://github.com/clarkis117/Mime-Detective", | ||
"licenseUrl": "https://github.com/clarkis117/Mime-Detective/blob/master/LICENSE", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/clarkis117/Mime-Detective.git" | ||
} | ||
}, | ||
"packOptions": { | ||
"summary": "Mime-Detective Class Library, .NET Core Fork", | ||
"tags": [ "mime", "mime-type", "content-type", "contenttype" ], | ||
"owners": [ "clarkis117" ], | ||
"projectUrl": "https://github.com/clarkis117/Mime-Detective", | ||
"licenseUrl": "https://github.com/clarkis117/Mime-Detective/blob/master/LICENSE", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/clarkis117/Mime-Detective.git" | ||
} | ||
}, | ||
|
||
"name": "Mime-Detective", | ||
"title": "Mime-Detective", | ||
"version": "0.0.1", | ||
"description": "Mime-Detective Class Library, .NET Core Fork", | ||
"authors": [ "Mime-Detective Collaborators" ], | ||
"name": "Mime-Detective", | ||
"title": "Mime-Detective", | ||
"version": "0.0.1", | ||
"description": "Mime-Detective Class Library, .NET Core Fork", | ||
"authors": [ "Mime-Detective Collaborators" ], | ||
|
||
"dependencies": { | ||
"NETStandard.Library": "1.6.0" | ||
}, | ||
"dependencies": { | ||
"NETStandard.Library": "1.6.1" | ||
}, | ||
|
||
"frameworks": { | ||
"net4.5": { | ||
}, | ||
"net4.6": { | ||
}, | ||
"netstandard1.3": { | ||
} | ||
} | ||
"frameworks": { | ||
"net4.5": { | ||
}, | ||
"net4.6": { | ||
}, | ||
"netstandard1.3": { | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters