diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5679a37..a5a2531 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,20 +1,20 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "husky": { - "version": "0.8.0", - "commands": [ - "husky" - ], - "rollForward": false - }, - "dotnet-ef": { - "version": "10.0.1", - "commands": [ - "dotnet-ef" - ], - "rollForward": false - } - } +{ + "version": 1, + "isRoot": true, + "tools": { + "husky": { + "version": "0.9.1", + "commands": [ + "husky" + ], + "rollForward": false + }, + "dotnet-ef": { + "version": "10.0.5", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } } \ No newline at end of file diff --git a/apps/api/Directory.Packages.props b/apps/api/Directory.Packages.props index 93f6dd4..6293725 100644 --- a/apps/api/Directory.Packages.props +++ b/apps/api/Directory.Packages.props @@ -1,31 +1,31 @@ - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file