|
54 | 54 | <EnableTrimAnalyzer>true</EnableTrimAnalyzer> |
55 | 55 | </PropertyGroup> |
56 | 56 |
|
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 | | - |
63 | 57 | <ItemGroup> |
64 | 58 | <!-- This None is here so the conditionally included files show up in the Solution Explorer --> |
65 | 59 | <None Include="$(PathToMsalSources)\**\*.cs;$(PathToMsalSources)\**\*.xml;$(PathToMsalSources)\**\*.axml" Exclude="$(PathToMsalSources)\obj\**\*.*;$(PathToMsalSources)\bin\**\*.*" /> |
|
69 | 63 | <Compile Remove="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" /> |
70 | 64 | <EmbeddedResource Include="$(PathToMsalSources)\Properties\Microsoft.Identity.Client.rd.xml" /> |
71 | 65 | <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" />--> |
75 | 66 | </ItemGroup> |
76 | 67 |
|
77 | 68 | <ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetStandard)'"> |
|
130 | 121 | <Compile Include="$(PathToMsalSources)\Platforms\Android\**\*.cs" /> |
131 | 122 | <Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" /> |
132 | 123 | <PackageReference Include="System.Security.SecureString" /> |
133 | | - <PackageReference Include="System.Text.Json" /> |
134 | 124 |
|
135 | 125 | <PackageReference Include="Xamarin.AndroidX.Browser" PrivateAssets="All" /> |
136 | 126 | </ItemGroup> |
137 | 127 | <ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'"> |
138 | 128 | <Compile Include="$(PathToMsalSources)\Platforms\iOS\**\*.cs" /> |
139 | 129 | <Compile Include="$(PathToMsalSources)\PlatformsCommon\PlatformNotSupported\ApiConfig\SystemWebViewOptions.cs" /> |
140 | 130 | <PackageReference Include="System.Security.SecureString" /> |
141 | | - <PackageReference Include="System.Text.Json" /> |
142 | 131 |
|
143 | 132 | </ItemGroup> |
144 | 133 |
|
|
0 commit comments