Bug fix #532 : Possible rull ref exception for pre-amazon germany

This commit is contained in:
Robert McRackan 2023-03-15 13:49:11 -04:00
parent 718e6c14d0
commit 36076242a7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<Version>9.4.5.1</Version> <Version>9.4.6.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Octokit" Version="5.0.2" /> <PackageReference Include="Octokit" Version="5.0.2" />

View File

@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AudibleApi" Version="8.2.1.1" /> <PackageReference Include="AudibleApi" Version="8.2.2.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>