Skip to content

Commit

Permalink
Backend: remove unused XE dependency
Browse files Browse the repository at this point in the history
This commit removes the now unused dependency to
Xamarin.Essentials which was introduced in [1]
and went out of use in [2].

For future reference, adding XE to Backend can cause
problems with MAUI because it adds Xamarin.Android.Support.V4
as dependency which conflicts with MAUI's AndroidX dependency.

[1] 97d5800
[2] 9dd3f9e
  • Loading branch information
aarani authored and knocte committed May 31, 2023
1 parent 05e3f00 commit 368fdba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/GWallet.Backend/Config.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ open System.Linq
open System.Reflection
open System.Runtime.InteropServices

open Xamarin.Essentials
open Fsdk

open GWallet.Backend.FSharpUtil.UwpHacks
Expand Down
3 changes: 0 additions & 3 deletions src/GWallet.Backend/GWallet.Backend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.2">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
<PackageReference Include="Xamarin.Essentials" Version="1.0.0">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
<PackageReference Include="NBitcoin" Version="6.0.17">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
Expand Down

0 comments on commit 368fdba

Please sign in to comment.