From 5a1303c33a8b311d5ad5c073bd81951a99b0f372 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 17 Sep 2021 14:02:26 -0400 Subject: [PATCH] update dependency --- DataLayer/DataLayer.csproj | 2 +- LibationWinForms/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 061a7ced..fc97b069 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/LibationWinForms/Program.cs b/LibationWinForms/Program.cs index 0f874104..68c5fd7f 100644 --- a/LibationWinForms/Program.cs +++ b/LibationWinForms/Program.cs @@ -183,7 +183,7 @@ namespace LibationWinForms authorize.DeregisterAsync(identity.ExistingAccessToken, identity.Cookies.ToKeyValuePair()).GetAwaiter().GetResult(); identity.Invalidate(); - var api = AudibleApiActions.GetApiAsync(new LibationWinForms.Login.WinformResponder(account), account).GetAwaiter().GetResult(); + var api = AudibleApiActions.GetApiAsync(new Login.WinformResponder(account), account).GetAwaiter().GetResult(); } catch {