Skip to content

Commit

Permalink
Update reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcean committed Feb 29, 2024
1 parent 0643893 commit a7312e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>Trivial</Product>
<Authors>Kingcean Tuan</Authors>
<Company>Nanchang Jinchen Software Co., Ltd.</Company>
<Version>8.0.0-preview4</Version>
<Version>8.0.0-preview5</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Copyright>Copyright (c) 2018 Kingcean Tuan.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net481' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'net462'">
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="System.Text.Json" Version="6.0.9" />
Expand Down

0 comments on commit a7312e5

Please sign in to comment.