use package dependencies from source

This commit is contained in:
Jesse de Wit
2023-11-04 20:12:28 +01:00
parent b8b7542d97
commit 8f068ae2b5
3 changed files with 74 additions and 10 deletions

View File

@@ -6,8 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Breez.Sdk" Version="0.2.7" />
<PropertyGroup>
<RestoreSources>$(RestoreSources);../../packages;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Breez.Sdk" Version="*" />
</ItemGroup>
</Project>

View File

@@ -8,8 +8,7 @@ environment:
dependencies:
breez_sdk:
git:
url: https://github.com/breez/breez-sdk-flutter
path: ../../breez-sdk-flutter
dev_dependencies:
lints: ^2.0.0