Skip to content

Commit 181e292

Browse files
Fix build issues: Update .NET SDK to 8.0.117 and dotnet-repl to 0.1.216
Co-authored-by: jamesmontemagno <[email protected]>
1 parent 8f749ea commit 181e292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-repl": {
6-
"version": "0.1.204",
6+
"version": "0.1.216",
77
"commands": [
88
"dotnet-repl"
99
]

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.100",
3+
"version": "8.0.117",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)