Skip to content

Commit

Permalink
Frontend.XF*: fix build via Fsdk version sync
Browse files Browse the repository at this point in the history
Build was broken after last merge, which updated Fsdk nuget
in non-frontend-related projects, and we needed to sync with
it in this frontend branch now in the frontend projects.
  • Loading branch information
knocte committed Aug 3, 2023
1 parent dbf0c10 commit de8a2df
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<HintPath>..\..\packages\ZXing.Net.0.16.6\lib\netstandard2.1\zxing.dll</HintPath>
</Reference>
<Reference Include="Fsdk">
<HintPath>..\..\packages\Fsdk.0.6.0--date20230118-0634.git-b829db2\lib\netstandard2.0\Fsdk.dll</HintPath>
<HintPath>..\..\packages\Fsdk.0.6.0--date20230530-1155.git-3bb8d08\lib\netstandard2.0\Fsdk.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Android/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Common.Logging.Core" version="3.4.1" targetFramework="monoandroid90" />
<package id="DotNetEssentials" version="1.6.1--date20220823-0234.git-14ad2d3" targetFramework="monoandroid11.0" />
<package id="FastAndroidCamera" version="2.0.0" targetFramework="monoandroid90" />
<package id="Fsdk" version="0.6.0--date20230118-0634.git-b829db2" targetFramework="monoandroid11.0" />
<package id="Fsdk" version="0.6.0--date20230530-1155.git-3bb8d08" targetFramework="monoandroid11.0" />
<package id="FSharp.Core" version="4.7.0" targetFramework="monoandroid90" />
<package id="FSharp.Data" version="3.0.0" targetFramework="monoandroid90" />
<package id="HtmlAgilityPack" version="1.11.24" targetFramework="monoandroid90" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/GWallet.Frontend.XF.Gtk.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<HintPath>..\..\packages\ZXing.Net.0.16.6\lib\net47\zxing.presentation.dll</HintPath>
</Reference>
<Reference Include="Fsdk">
<HintPath>..\..\packages\Fsdk.0.6.0--date20230118-0634.git-b829db2\lib\netstandard2.0\Fsdk.dll</HintPath>
<HintPath>..\..\packages\Fsdk.0.6.0--date20230530-1155.git-3bb8d08\lib\netstandard2.0\Fsdk.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Common.Logging.Core" version="3.4.1" targetFramework="net461" />
<package id="DotNetEssentials" version="1.6.1--date20220823-0234.git-14ad2d3" targetFramework="net471" />
<package id="DotNetForms.Platform.GTK" version="5.0.0.2515--date20220812-0259.git-cf6f7a9" targetFramework="net471" />
<package id="Fsdk" version="0.6.0--date20230118-0634.git-b829db2" targetFramework="net471" />
<package id="Fsdk" version="0.6.0--date20230530-1155.git-3bb8d08" targetFramework="net471" />
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
<package id="FSharp.Data" version="3.0.0" targetFramework="net461" />
<package id="HtmlAgilityPack" version="1.11.24" targetFramework="net471" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Mac/GWallet.Frontend.XF.Mac.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</Reference>
<Reference Include="netstandard" />
<Reference Include="Fsdk">
<HintPath>..\..\packages\Fsdk.0.6.0--date20230118-0634.git-b829db2\lib\netstandard2.0\Fsdk.dll</HintPath>
<HintPath>..\..\packages\Fsdk.0.6.0--date20230530-1155.git-3bb8d08\lib\netstandard2.0\Fsdk.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Mac/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Common.Logging.Core" version="3.4.1" targetFramework="xamarinmac20" />
<package id="DotNetEssentials" version="1.6.1--date20220823-0234.git-14ad2d3" targetFramework="xamarinmac20" />
<package id="Fsdk" version="0.6.0--date20230118-0634.git-b829db2" targetFramework="xamarinmac20" />
<package id="Fsdk" version="0.6.0--date20230530-1155.git-3bb8d08" targetFramework="xamarinmac20" />
<package id="FSharp.Core" version="4.7.0" targetFramework="xamarinmac20" />
<package id="FSharp.Data" version="3.0.0" targetFramework="xamarinmac20" />
<package id="HtmlAgilityPack" version="1.11.24" targetFramework="xamarinmac20" />
Expand Down
4 changes: 2 additions & 2 deletions src/GWallet.Frontend.XF.UWP/GWallet.Frontend.XF.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>GWallet.Frontend.XF.UWP</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -162,4 +162,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.iOS/GWallet.Frontend.XF.iOS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<HintPath>..\..\packages\ZXing.Net.0.16.6\lib\netstandard2.1\zxing.dll</HintPath>
</Reference>
<Reference Include="Fsdk">
<HintPath>..\..\packages\Fsdk.0.6.0--date20230118-0634.git-b829db2\lib\netstandard2.0\Fsdk.dll</HintPath>
<HintPath>..\..\packages\Fsdk.0.6.0--date20230530-1155.git-3bb8d08\lib\netstandard2.0\Fsdk.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.iOS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Common.Logging.Core" version="3.4.1" targetFramework="xamarinios10" />
<package id="DotNetEssentials" version="1.6.1--date20220823-0234.git-14ad2d3" targetFramework="xamarinios10" />
<package id="Fsdk" version="0.6.0--date20230118-0634.git-b829db2" targetFramework="xamarinios10" />
<package id="Fsdk" version="0.6.0--date20230530-1155.git-3bb8d08" targetFramework="xamarinios10" />
<package id="FSharp.Core" version="4.7.0" targetFramework="xamarinios10" />
<package id="FSharp.Data" version="3.0.0" targetFramework="xamarinios10" />
<package id="HtmlAgilityPack" version="1.11.24" targetFramework="xamarinios10" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF/GWallet.Frontend.XF.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="ZXing.Net.Xamarin.Forms" Version="3.0.0--date20220902-0549.git-462686e" />
<PackageReference Include="DotNetEssentials" Version="1.6.1--date20220823-0234.git-14ad2d3" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230118-0634.git-b829db2">
<PackageReference Include="Fsdk" Version="0.6.0--date20230530-1155.git-3bb8d08">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit de8a2df

Please sign in to comment.