File tree 1 file changed +2
-2
lines changed
src/client/Microsoft.Identity.Client
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 146
146
<ItemGroup Condition =" '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'" >
147
147
<Compile Include =" $(PathToMsalSources)\Platforms\Android\**\*.cs" />
148
148
<Compile Include =" $(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
149
- <PackageReference Include =" System.Security.SecureString" />
149
+ <PackageReference Update =" System.Security.SecureString" />
150
150
<PackageReference Include =" Xamarin.AndroidX.Browser" PrivateAssets =" All" />
151
151
</ItemGroup >
152
152
<ItemGroup Condition =" '$(TargetFramework)' == '$(TargetFrameworkNetIos)'" >
153
153
<Compile Include =" $(PathToMsalSources)\Platforms\iOS\**\*.cs" />
154
154
<Compile Include =" $(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
155
- <PackageReference Include =" System.Security.SecureString" />
155
+ <PackageReference Update =" System.Security.SecureString" />
156
156
</ItemGroup >
157
157
158
158
<ItemGroup >
You can’t perform that action at this time.
0 commit comments