From e4641a11a708a1fb4b835766eb656f1127b553e5 Mon Sep 17 00:00:00 2001 From: neha-bhargava Date: Mon, 23 Nov 2020 18:04:18 -0800 Subject: [PATCH 1/5] Update Msal --- TodoListClient/TodoListClient.csproj | 11 +++++++---- TodoListClient/packages.config | 4 ---- TodoListService/TodoListService.csproj | 16 +++++++++++++--- TodoListService/packages.config | 1 - 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 TodoListClient/packages.config diff --git a/TodoListClient/TodoListClient.csproj b/TodoListClient/TodoListClient.csproj index e223429..6b0b571 100644 --- a/TodoListClient/TodoListClient.csproj +++ b/TodoListClient/TodoListClient.csproj @@ -15,6 +15,8 @@ true true + + AnyCPU @@ -36,9 +38,6 @@ 4 - - ..\packages\Microsoft.Identity.Client.4.22.0\lib\net461\Microsoft.Identity.Client.dll - @@ -98,7 +97,6 @@ ResXFileCodeGenerator Resources.Designer.cs - SettingsSingleFileGenerator Settings.Designer.cs @@ -107,5 +105,10 @@ + + + 4.23.0 + + \ No newline at end of file diff --git a/TodoListClient/packages.config b/TodoListClient/packages.config deleted file mode 100644 index 6d00dca..0000000 --- a/TodoListClient/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/TodoListService/TodoListService.csproj b/TodoListService/TodoListService.csproj index 327019a..9ab3a9e 100644 --- a/TodoListService/TodoListService.csproj +++ b/TodoListService/TodoListService.csproj @@ -1,5 +1,6 @@  + @@ -60,9 +61,6 @@ ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - - ..\packages\Microsoft.Identity.Client.4.22.0\lib\net461\Microsoft.Identity.Client.dll - ..\packages\Microsoft.IdentityModel.JsonWebTokens.6.5.1\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll @@ -302,6 +300,11 @@ + + + 4.23.0 + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -337,8 +340,15 @@ + + + + + + +