Skip to content

Commit

Permalink
#487 - .NET tools manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Sep 2, 2024
1 parent b2f5432 commit edd405a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"version": "3.8.15",
"commands": [
"webcompiler"
]
],
"rollForward": false
},
"dotnet-ef": {
"version": "8.0.8",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}

0 comments on commit edd405a

Please sign in to comment.