File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3131 <ItemGroup >
3232 <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.40" />
3333 </ItemGroup >
34+ <ItemGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >
35+ <!-- Exclude Tracing.Ktx to prevent conflict with Tracing (they contain the same classes) -->
36+ <PackageReference Include =" Xamarin.AndroidX.Tracing.Tracing.Ktx" Version =" 1.2.0.9" ExcludeAssets =" All" />
37+ </ItemGroup >
3438</Project >
Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Xamarin.AndroidX.Camera.Camera2" Version =" 1.4.1.1" />
2525 <PackageReference Include =" Xamarin.AndroidX.Camera.Lifecycle" Version =" 1.4.1.1" />
2626 <PackageReference Include =" Xamarin.AndroidX.Camera.View" Version =" 1.4.1.1" />
27+ <!-- Exclude Tracing.Ktx to prevent conflict with Tracing (they contain the same classes) -->
28+ <PackageReference Include =" Xamarin.AndroidX.Tracing.Tracing.Ktx" Version =" 1.2.0.9" ExcludeAssets =" All" />
2729 </ItemGroup >
2830 <ItemGroup >
2931 <PackageReference Include =" ZXing.Net" Version =" 0.16.10" />
You can’t perform that action at this time.
0 commit comments