Skip to content

Commit

Permalink
Just remove the legacy Xamarin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Dec 7, 2023
1 parent 4fbf93a commit 68ba030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Acr.UserDialogs/Acr.UserDialogs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;xamarin.ios10;monoandroid13.0;net7.0-ios;net7.0-android</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net7.0-ios;net7.0-android</TargetFrameworks>
<PackageProjectUrl>https://github.com/aritchie/userdialogs</PackageProjectUrl>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit 68ba030

Please sign in to comment.