Skip to content

Commit 14e76ef

Browse files
committed
update tool version
1 parent 38f66ed commit 14e76ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dotnet-interactive-vscode/insiders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"dotnet-interactive.minimumInteractiveToolVersion": {
136136
"type": "string",
137-
"default": "1.0.230401",
137+
"default": "1.0.230903",
138138
"description": "The minimum required version of the .NET Interactive tool."
139139
}
140140
}

src/dotnet-interactive-vscode/stable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"dotnet-interactive.minimumInteractiveToolVersion": {
136136
"type": "string",
137-
"default": "1.0.230401",
137+
"default": "1.0.230903",
138138
"description": "The minimum required version of the .NET Interactive tool."
139139
}
140140
}

0 commit comments

Comments
 (0)