Skip to content

Commit

Permalink
Merge pull request #37 from SmallChi/dependabot/nuget/src/JT808.Proto…
Browse files Browse the repository at this point in the history
…col/System.Text.Json-8.0.4

Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/JT808.Protocol
  • Loading branch information
yedajiang44 authored Jul 24, 2024
2 parents dff0b2d + f7088f2 commit fdc4937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/JT808.Protocol/JT808.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
Expand Down

0 comments on commit fdc4937

Please sign in to comment.