Skip to content

Commit

Permalink
Project metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Jul 13, 2016
1 parent de14dd4 commit a1409c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions src/Nito.Cancellation/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"version": "1.0.0-delta-3",
"version": "1.0.0-eta-01",
"authors": [ "Stephen Cleary" ],
"description": "Helper types for working with cancellation tokens and sources.",
"buildOptions": {
"warningsAsErrors": true,
"xmlDoc": true
},
"packOptions": {
"tags": [ "cancellation", "cancellationtoken" ],
"projectUrl": "https://github.com/StephenCleary/Cancellation",
"licenseUrl": "https://raw.githubusercontent.com/StephenCleary/Cancellation/master/LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/StephenCleary/Cancellation.git"
}
},
"frameworks": {
"netstandard1.0": {
"dependencies": {
Expand All @@ -16,9 +25,9 @@
},
".NETPortable,Version=v4.5,Profile=Profile259": {
"frameworkAssemblies": {
"System.Collections": "",
"System.Runtime": "",
"System.Threading.Tasks": ""
"System.Collections": { "type": "build" },
"System.Runtime": { "type": "build" },
"System.Threading.Tasks": { "type": "build" }
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
"Nito.Cancellation": "1.0.0-delta-*",
"Nito.Cancellation": "1.0.0-*",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"ReportGenerator": "2.4.4",
Expand Down

0 comments on commit a1409c1

Please sign in to comment.