Skip to content

Commit

Permalink
Remove duplicate LangVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Jan 14, 2022
1 parent 0bbda33 commit fbaa178
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;MonoAndroid10.0;Xamarin.iOS10;Xamarin.TVOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.19041;net6.0-windows10.0.19041;</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<AssemblyName>Plugin.InAppBilling</AssemblyName>
<RootNamespace>Plugin.InAppBilling</RootNamespace>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyFileVersion>6.0.0.0</AssemblyFileVersion>
<Version>6.0.0.0</Version>
<LangVersion>9.0</LangVersion>
<Authors>James Montemagno</Authors>
<PackageId>Plugin.InAppBilling</PackageId>
<PackOnBuild>true</PackOnBuild>
Expand All @@ -29,7 +29,6 @@
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/InAppBillingPlugin </PackageReleaseNotes>

<NeutralLanguage>en</NeutralLanguage>
<LangVersion>default</LangVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>

Expand Down

0 comments on commit fbaa178

Please sign in to comment.