Skip to content

Commit

Permalink
revert to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSeric committed Jul 8, 2021
1 parent 19e8009 commit 2beff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calendar.Plugin/CalendarPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;MonoAndroid10.0;Xamarin.iOS10</TargetFrameworks>
<TargetFrameworks>netstandard2.0;MonoAndroid10.0;Xamarin.iOS10</TargetFrameworks>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<PackageId>Xamarin.Plugin.Calendar</PackageId>
<PackageTags>events calendar, calendar, xamarin forms, custom calendar</PackageTags>
Expand Down

0 comments on commit 2beff6c

Please sign in to comment.