Skip to content

Commit 89a1e5e

Browse files
authored
Update the System.Security.SecureString package reference instead of including it (#5062)
Update Microsoft.Identity.Client.csproj
1 parent c761075 commit 89a1e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
<ItemGroup Condition=" '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">
147147
<Compile Include="$(PathToMsalSources)\Platforms\Android\**\*.cs" />
148148
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
149-
<PackageReference Include="System.Security.SecureString" />
149+
<PackageReference Update="System.Security.SecureString" />
150150
<PackageReference Include="Xamarin.AndroidX.Browser" PrivateAssets="All" />
151151
</ItemGroup>
152152
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'">
153153
<Compile Include="$(PathToMsalSources)\Platforms\iOS\**\*.cs" />
154154
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
155-
<PackageReference Include="System.Security.SecureString" />
155+
<PackageReference Update="System.Security.SecureString" />
156156
</ItemGroup>
157157

158158
<ItemGroup>

0 commit comments

Comments
 (0)