Skip to content

Commit

Permalink
update tool version (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored Dec 7, 2022
1 parent 9bf026d commit 4ac35b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dotnet-interactive-vscode-insiders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
},
"dotnet-interactive.minimumInteractiveToolVersion": {
"type": "string",
"default": "1.0.360202",
"default": "1.0.360602",
"description": "The minimum required version of the .NET Interactive tool."
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet-interactive-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
},
"dotnet-interactive.minimumInteractiveToolVersion": {
"type": "string",
"default": "1.0.360202",
"default": "1.0.360602",
"description": "The minimum required version of the .NET Interactive tool."
}
}
Expand Down

0 comments on commit 4ac35b9

Please sign in to comment.