- add retry logic to library get
- UI bug fix when no library yet - publishing related xml added to data and UI projects - 'how to publish' notes
This commit is contained in:
parent
5d4a97cdc4
commit
9076fae6f6
8 changed files with 77 additions and 48 deletions
|
|
@ -4,6 +4,10 @@
|
|||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Polly" Version="7.1.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\audible api\AudibleApi\AudibleApi\AudibleApi.csproj" />
|
||||
<ProjectReference Include="..\FileManager\FileManager.csproj" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue