Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit cbda703

Browse files
authored
[Touch.Client] Use MonoTouch.Dialog from a submodule. (#109)
1 parent 3345db2 commit cbda703

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Touch.Client/dotnet/shared.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
<AssetTargetFallback>xamarintvos10;$(AssetTargetFallback)</AssetTargetFallback>
6969
</PropertyGroup>
7070
<ItemGroup Condition="$(TargetFramework.EndsWith('-ios')) Or $(TargetFramework.EndsWith('-tvos')) Or $(TargetFramework.EndsWith('-maccatalyst'))">
71-
<PackageReference Include="MonoTouch.Dialog" CopyLocal="true" IncludeAssets="all">
72-
<Version>2.0.0-pre1</Version>
73-
<IncludeAssets>all</IncludeAssets>
74-
<CopyLocal>true</CopyLocal>
75-
</PackageReference>
71+
<ProjectReference Include="../../../../MonoTouch.Dialog/MonoTouch.Dialog/dotnet/$(_PlatformName)/MonoTouch.Dialog.csproj" />
7672
</ItemGroup>
7773
</Project>

0 commit comments

Comments
 (0)