Skip to content

Commit

Permalink
Fix package version in BenchmarkDotNet.Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 19, 2023
1 parent fd2639f commit 6f471cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.1.1729",
"defaultValue": "0.13.7",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.1.1729",
"defaultValue": "0.13.7",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.1.1729",
"defaultValue": "0.13.7",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit 6f471cc

Please sign in to comment.