Skip to content

Commit

Permalink
Switch to proper package id
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Aug 9, 2022
1 parent d1666bd commit c074d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZXing.Net.MAUI/ZXing.Net.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-maccatalyst;net6.0-ios</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041</TargetFrameworks>
<PackageId>Redth.ZXing.Net.Maui</PackageId>
<PackageId>ZXing.Net.Maui</PackageId>
<Title>ZXing.Net.MAUI Barcode Scanner for .NET MAUI</Title>
<Authors>Redth</Authors>
<UseMaui>True</UseMaui>
Expand Down Expand Up @@ -80,4 +80,4 @@
<Compile Condition=" '%(Compile.ExcludeFromCurrentConfiguration)' == 'true' " Remove="**\*.tizen*$(DefaultLanguageSourceExtension)" />
</ItemGroup>
</Target>
</Project>
</Project>

0 comments on commit c074d1a

Please sign in to comment.