Skip to content

Commit

Permalink
use System.Threading.Tasks as nuget package to fix nuget installation…
Browse files Browse the repository at this point in the history
… problems #222
  • Loading branch information
adamsitnik committed Jul 6, 2016
1 parent 4e99b41 commit 61b4c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BenchmarkDotNet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"frameworkAssemblies": {
"System.Management": "4.0.0.0",
"System.Xml": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0"
"System.Xml": "4.0.0.0"
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.2"
"Microsoft.CodeAnalysis.CSharp": "1.3.2",
"System.Threading.Tasks": "4.0.0"
}
},
"netstandard1.5": {
Expand Down

0 comments on commit 61b4c18

Please sign in to comment.