Skip to content

Commit

Permalink
Merge pull request #2501 from FirelyTeam/dependabot/nuget/System.Text…
Browse files Browse the repository at this point in the history
….Json-7.0.3

Bump System.Text.Json from 7.0.2 to 7.0.3
  • Loading branch information
marcovisserFurore committed Jun 14, 2023
2 parents befe68d + 839746a commit 3d90d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\firely-net-sdk.props" />

Expand All @@ -12,7 +12,7 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d90d55

Please sign in to comment.