|
1 | 1 | <Project Sdk="MSBuild.Sdk.Extras/3.0.23"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>netstandard2.0;Xamarin.iOS10;Xamarin.Mac20;MonoAndroid10.0;tizen40</TargetFrameworks> |
| 3 | + <TargetFrameworks>netstandard2.0;Xamarin.iOS10;Xamarin.Mac20;MonoAndroid10.0;tizen40;net461</TargetFrameworks> |
4 | 4 | <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.16299;</TargetFrameworks> |
5 | 5 | <AssemblyName>ZXing.Net.Mobile.Forms</AssemblyName> |
6 | 6 | <RootNamespace>ZXing.Net.Mobile.Forms</RootNamespace> |
|
69 | 69 | <Compile Include="**\*.android.cs" /> |
70 | 70 | <Compile Include="**\*.android.*.cs" /> |
71 | 71 | <AndroidResource Include="Resources\xml\*.xml" /> |
72 | | - <PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.6" /> |
| 72 | + <PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.3.1.1" /> |
73 | 73 | </ItemGroup> |
74 | 74 | <ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) "> |
75 | 75 | <Compile Include="**\*.ios.cs" /> |
|
86 | 86 | <Compile Include="**\*.tizen.cs" /> |
87 | 87 | <Compile Include="**\*.tizen.*.cs" /> |
88 | 88 | </ItemGroup> |
| 89 | + <ItemGroup Condition=" $(TargetFramework.StartsWith('net461')) "> |
| 90 | + <PackageReference Include="DotNetForms.Platform.GTK" Version="5.0.0.2515--date20220812-0259.git-cf6f7a9" /> |
| 91 | + <Reference Include="glib-sharp"> |
| 92 | + <HintPath>..\ZXing.Net.Mobile\GTK\Libs\gtk-sharp\gtk-sharp-2.0\glib-sharp.dll</HintPath> |
| 93 | + </Reference> |
| 94 | + <Reference Include="gtk-sharp"> |
| 95 | + <HintPath>..\ZXing.Net.Mobile\GTK\Libs\gtk-sharp\gtk-sharp-2.0\gtk-sharp.dll</HintPath> |
| 96 | + </Reference> |
| 97 | + <Reference Include="gdk-sharp"> |
| 98 | + <HintPath>..\ZXing.Net.Mobile\GTK\Libs\gtk-sharp\gtk-sharp-2.0\gdk-sharp.dll</HintPath> |
| 99 | + </Reference> |
| 100 | + <Compile Include="**\*.gtk.cs" /> |
| 101 | + <Compile Include="**\*.gtk.*.cs" /> |
| 102 | + </ItemGroup> |
89 | 103 | <ItemGroup> |
90 | | - <PackageReference Include="Xamarin.Essentials" Version="1.6.0" /> |
91 | | - <PackageReference Include="Xamarin.Forms" Version="5.0.0.1874" /> |
| 104 | + <PackageReference Include="DotNetEssentials" Version="1.6.0--date20220814-0324.git-7f6e466" /> |
| 105 | + <PackageReference Include="Xamarin.Forms" Version="5.0.0.2515" /> |
92 | 106 | <PackageReference Include="ZXing.Net" Version="0.16.6" /> |
93 | 107 | </ItemGroup> |
94 | 108 | <ItemGroup> |
|
0 commit comments