Skip to content

Commit

Permalink
[Touch.Client] Use MonoTouch.Dialog from a submodule. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Oct 20, 2021
1 parent 3345db2 commit cbda703
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Touch.Client/dotnet/shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<AssetTargetFallback>xamarintvos10;$(AssetTargetFallback)</AssetTargetFallback>
</PropertyGroup>
<ItemGroup Condition="$(TargetFramework.EndsWith('-ios')) Or $(TargetFramework.EndsWith('-tvos')) Or $(TargetFramework.EndsWith('-maccatalyst'))">
<PackageReference Include="MonoTouch.Dialog" CopyLocal="true" IncludeAssets="all">
<Version>2.0.0-pre1</Version>
<IncludeAssets>all</IncludeAssets>
<CopyLocal>true</CopyLocal>
</PackageReference>
<ProjectReference Include="../../../../MonoTouch.Dialog/MonoTouch.Dialog/dotnet/$(_PlatformName)/MonoTouch.Dialog.csproj" />
</ItemGroup>
</Project>

0 comments on commit cbda703

Please sign in to comment.