Skip to content

Commit 36bbed3

Browse files
committed
Update
1 parent 3b867a7 commit 36bbed3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
5555
</PropertyGroup>
5656

57-
<!-- TODO: bgovaril - needed? -->
58-
<!--<PropertyGroup Condition=" '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">
59-
--><!-- These are for MSAL json/* build infra --><!--
60-
<NoWarn>$(NoWarn);CS3009</NoWarn>
61-
</PropertyGroup>-->
62-
6357
<ItemGroup>
6458
<!-- This None is here so the conditionally included files show up in the Solution Explorer -->
6559
<None Include="$(PathToMsalSources)\**\*.cs;$(PathToMsalSources)\**\*.xml;$(PathToMsalSources)\**\*.axml" Exclude="$(PathToMsalSources)\obj\**\*.*;$(PathToMsalSources)\bin\**\*.*" />
@@ -69,9 +63,6 @@
6963
<Compile Remove="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
7064
<EmbeddedResource Include="$(PathToMsalSources)\Properties\Microsoft.Identity.Client.rd.xml" />
7165
<None Include="$(PathToMsalSources)\..\..\..\README.md" Pack="true" PackagePath="\" />
72-
<!--<None Include="Platforms\net\JsonObjectAttribute.cs" />
73-
<None Include="Platforms\net\JsonStringConverter.cs" />
74-
<None Include="Platforms\net\MsalJsonSerializerContext.cs" />-->
7566
</ItemGroup>
7667

7768
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetStandard)'">
@@ -130,15 +121,13 @@
130121
<Compile Include="$(PathToMsalSources)\Platforms\Android\**\*.cs" />
131122
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
132123
<PackageReference Include="System.Security.SecureString" />
133-
<PackageReference Include="System.Text.Json" />
134124

135125
<PackageReference Include="Xamarin.AndroidX.Browser" PrivateAssets="All" />
136126
</ItemGroup>
137127
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'">
138128
<Compile Include="$(PathToMsalSources)\Platforms\iOS\**\*.cs" />
139129
<Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" />
140130
<PackageReference Include="System.Security.SecureString" />
141-
<PackageReference Include="System.Text.Json" />
142131

143132
</ItemGroup>
144133

0 commit comments

Comments
 (0)