Skip to content

Commit

Permalink
Normalize local tools version (#4786)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd authored Aug 24, 2024
1 parent 84d986b commit aa76920
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions samples/core/Miscellaneous/CompiledModels/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.0-rc.1.21452.10",
"version": "8.0.0",
"commands": [
"dotnet-ef"
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.{
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.0-preview.6.21352.1",
"version": "8.0.0",
"commands": [
"dotnet-ef"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.0-rc.1.21452.10",
"version": "8.0.0",
"commands": [
"dotnet-ef"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.0-rc.1.22408.1",
"version": "8.0.0",
"commands": [
"dotnet-ef"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.0-alpha.1.23062.6",
"version": "8.0.0",
"commands": [
"dotnet-ef"
]
Expand Down

0 comments on commit aa76920

Please sign in to comment.