Skip to content

Commit aa76920

Browse files
authored
Normalize local tools version (#4786)
1 parent 84d986b commit aa76920

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

samples/core/Miscellaneous/CompiledModels/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "6.0.0-rc.1.21452.10",
6+
"version": "8.0.0",
77
"commands": [
88
"dotnet-ef"
99
]
1010
}
1111
}
12-
}
12+
}

samples/core/Miscellaneous/NewInEFCore6.Cosmos/.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.{
1+
{
22
"version": 1,
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "6.0.0-preview.6.21352.1",
6+
"version": "8.0.0",
77
"commands": [
88
"dotnet-ef"
99
]

samples/core/Miscellaneous/NewInEFCore6/.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-ef": {
6-
"version": "6.0.0-rc.1.21452.10",
6+
"version": "8.0.0",
77
"commands": [
88
"dotnet-ef"
99
]

samples/core/Miscellaneous/NewInEFCore7/.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-ef": {
6-
"version": "7.0.0-rc.1.22408.1",
6+
"version": "8.0.0",
77
"commands": [
88
"dotnet-ef"
99
]

samples/core/Miscellaneous/NewInEFCore8/.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-ef": {
6-
"version": "8.0.0-alpha.1.23062.6",
6+
"version": "8.0.0",
77
"commands": [
88
"dotnet-ef"
99
]

0 commit comments

Comments
 (0)