This commit is contained in:
rmcrackan 2025-05-09 21:10:19 -04:00
parent 7f1b357c52
commit 0d24caeac2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Version>12.4.1.1</Version> <Version>12.4.2.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Octokit" Version="14.0.0" /> <PackageReference Include="Octokit" Version="14.0.0" />

View File

@ -48,7 +48,7 @@ namespace AudibleUtilities
catch catch
{ {
if (LoginChoiceFactory is null) if (LoginChoiceFactory is null)
throw new InvalidOperationException($"The UI module must first set {LoginChoiceFactory} before attempting to create the api"); throw new InvalidOperationException($"The UI module must first set {nameof(LoginChoiceFactory)} before attempting to create the api");
Serilog.Log.Logger.Information("{@DebugInfo}", new Serilog.Log.Logger.Information("{@DebugInfo}", new
{ {