Skip to content

Commit 95c85f3

Browse files
Revert merge.targets and add package .targets file to remove proto dependency
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
1 parent a97dd14 commit 95c85f3

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<!-- Remove the proto package reference as proto classes are embedded in this package -->
5+
<PackageReference Remove="Xamarin.AndroidX.Health.Connect.Client.Proto" />
6+
</ItemGroup>
7+
</Project>

source/androidx.health.connect/connect-client/merge.targets

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)