diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a432313..5df4513 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.9", + "version": "10.0.10", "commands": [ "dotnet-ef" ], diff --git a/Directory.Packages.props b/Directory.Packages.props index 8d7144e..842a1e1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,37 +13,37 @@ - + - + - - + + - + - + - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + - + diff --git a/GillyTracker.Web/tsconfig.json b/GillyTracker.Web/tsconfig.json index acc1e1c..4b442e2 100644 --- a/GillyTracker.Web/tsconfig.json +++ b/GillyTracker.Web/tsconfig.json @@ -17,7 +17,6 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "ignoreDeprecations": "6.0", - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }