Skip to content

Commit

Permalink
Update the System.Security.SecureString package reference instead of …
Browse files Browse the repository at this point in the history
…including it (#5062)

Update Microsoft.Identity.Client.csproj
  • Loading branch information
gladjohn authored Jan 8, 2025
1 parent c761075 commit 89a1e5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
<ItemGroup Condition=" '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">
<Compile Include="$(PathToMsalSources)\Platforms\Android\**\*.cs" />
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
<PackageReference Include="System.Security.SecureString" />
<PackageReference Update="System.Security.SecureString" />
<PackageReference Include="Xamarin.AndroidX.Browser" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'">
<Compile Include="$(PathToMsalSources)\Platforms\iOS\**\*.cs" />
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
<PackageReference Include="System.Security.SecureString" />
<PackageReference Update="System.Security.SecureString" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 89a1e5e

Please sign in to comment.