File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/client/Microsoft.Identity.Client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments