Skip to content

Commit

Permalink
Merge pull request #3510 from rockfordlhotka/3493-v7-rel
Browse files Browse the repository at this point in the history
Fix dependency version
  • Loading branch information
rockfordlhotka committed Oct 11, 2023
2 parents cad5c06 + 7d96565 commit 78fe903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Csla.Axml.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.5" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.2" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 78fe903

Please sign in to comment.