diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5fa6068a4..f880d2fd7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "husky": { - "version": "0.8.0", + "version": "0.9.1", "commands": [ "husky" ], @@ -17,7 +17,7 @@ "rollForward": false }, "dotnet-ef": { - "version": "10.0.3", + "version": "10.0.5", "commands": [ "dotnet-ef" ], diff --git a/Directory.Packages.props b/Directory.Packages.props index 9e2dc36af..52235ec8e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,10 +4,10 @@ true - + - - + + @@ -17,7 +17,7 @@ - + @@ -41,8 +41,8 @@ - - + + @@ -57,19 +57,19 @@ /> - + - + - + - + - + diff --git a/DragaliaAPI/DragaliaAPI.Shared/Generated/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs b/DragaliaAPI/DragaliaAPI.Shared/Generated/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs index 19e97f5f2..a3004d827 100644 --- a/DragaliaAPI/DragaliaAPI.Shared/Generated/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs +++ b/DragaliaAPI/DragaliaAPI.Shared/Generated/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs @@ -7,11 +7,11 @@ partial class PlayerIdentityService { partial class Log { - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "42.42.42.42")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "10.0.14.15411")] private static readonly global::System.Action __StartingUserImpersonationCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(187340990, nameof(StartingUserImpersonation)), "Starting user impersonation: {@context}", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "42.42.42.42")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "10.0.14.15411")] public static partial void StartingUserImpersonation(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Object context) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) @@ -19,11 +19,11 @@ public static partial void StartingUserImpersonation(global::Microsoft.Extension __StartingUserImpersonationCallback(logger, context, null); } } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "42.42.42.42")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "10.0.14.15411")] private static readonly global::System.Action __StoppingUserImpersonationCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1307607602, nameof(StoppingUserImpersonation)), "Stopping user impersonation: {@context}", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "42.42.42.42")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "10.0.14.15411")] public static partial void StoppingUserImpersonation(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Object context) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))