Skip to content

Commit

Permalink
another attempt at fixing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Dec 14, 2016
1 parent 835325b commit f66d60b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
54 changes: 27 additions & 27 deletions src/Mime-Detective/project.json
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": {
}
}
}
10 changes: 5 additions & 5 deletions test/Mime-Detective.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"dependencies": {
"Mime-Detective": { "target": "project" },
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10025"
"dotnet-test-xunit": "1.0.0-rc2-build10025",
"NETStandard.Library": "1.6.1"
},

"buildOptions": {"copyToOutput": "Data\\"},

"frameworks": {
"netcoreapp1.0": {
"define": [ "ASYNCLOCAL" ],
Expand All @@ -21,9 +24,6 @@
"portable-net45+win8"
]
},
"net4.5.2": {
},
"net4.6": {
}
"net4.5.2": {}
}
}

0 comments on commit f66d60b

Please sign in to comment.