Skip to content

Commit

Permalink
Fix MSAL and version
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Dec 22, 2023
1 parent 92d95f6 commit 5449df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion>
<DefineConstants>$(DefineConstants);APPLE;PLATFORM</DefineConstants>

<!--if (usemsal)-->
<!--#if (usemsal)-->
<CustomEntitlements Include="keychain-access-groups" Type="StringArray" Value="$(AppIdentifierPrefix){APPLICATION_ID};$(AppIdentifierPrefix)com.microsoft.adalcache" />
<!--#else-->
<CustomEntitlements Include="keychain-access-groups" Type="StringArray" Value="$(AppIdentifierPrefix){APPLICATION_ID}" />
Expand Down Expand Up @@ -139,7 +139,7 @@
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.0" />
<!--#endif-->
<!--#if (usemsal)-->
<PackageReference Include="Microsoft.Identity.Client" Version="4.56.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.58.1" />
<!--#endif-->
<!--#if (useconfig)-->
<PackageReference Include="Shiny.Extensions.Configuration" Version="$(ShinyVersion)" />
Expand Down

0 comments on commit 5449df6

Please sign in to comment.