Skip to content

Commit

Permalink
Library dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldwight committed Jul 22, 2023
1 parent edace10 commit 4dcea8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Samples/MpesaCross/MpesaCross/MpesaCross.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Acr.UserDialogs" Version="7.2.0.564" />
<PackageReference Include="Prism.DryIoc.Extensions" Version="8.0.62" />
<PackageReference Include="Prism.Forms.Extended" Version="8.0.62" />
<PackageReference Include="ReactiveUI.XamForms" Version="19.2.1" />
<PackageReference Include="ReactiveUI.XamForms" Version="19.4.1" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.7" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Samples/MpesaSdk.Web/MpesaSdk.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.8" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.9" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4dcea8d

Please sign in to comment.