Skip to content

Commit 923ff8e

Browse files
Add local dotnet tool manifest
Agent-Logs-Url: https://github.com/IntelliTect/EssentialCSharp.Web/sessions/9b04f6f3-5e68-4c08-af16-34313a9169d1 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 59e02b7 commit 923ff8e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.config/dotnet-tools.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-ef": {
6+
"version": "10.0.7",
7+
"commands": [
8+
"dotnet-ef"
9+
],
10+
"rollForward": false
11+
},
12+
"trx-to-vsplaylist": {
13+
"version": "1.3.0",
14+
"commands": [
15+
"trx-to-vsplaylist"
16+
],
17+
"rollForward": false
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)