Skip to content

Commit

Permalink
Library dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldwight committed May 6, 2022
1 parent 6b26df3 commit cca1d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MpesaSdk/MpesaSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="FluentValidation" Version="10.3.5" />
<PackageReference Include="FluentValidation" Version="11.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>

0 comments on commit cca1d37

Please sign in to comment.