Skip to content

Commit

Permalink
build(deps): bump Hl7.Fhir.R4 from 4.3.0 to 5.11.1 in /projects
Browse files Browse the repository at this point in the history
Bumps [Hl7.Fhir.R4](https://github.com/FirelyTeam/firely-net-sdk) from 4.3.0 to 5.11.1.
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](https://github.com/FirelyTeam/firely-net-sdk/commits/v5.11.1)

---
updated-dependencies:
- dependency-name: Hl7.Fhir.R4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 063449d commit 80e451d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projects/BFDR.Messaging/BFDR.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PayloadVersionID>BFDR_STU2_0</PayloadVersionID>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<!-- <PackageReference Include="Vsxmd" Version="1.4.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion projects/BFDR/BFDR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<ProjectReference Include="../VitalRecord/VitalRecord.csproj" />
<!-- <PackageReference Include="Vsxmd" Version="1.4.5">
Expand Down
2 changes: 1 addition & 1 deletion projects/VRDR.Client/VRDR.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion projects/VRDR.Messaging/VRDR.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PayloadVersionID>VRDR_STU3_0</PayloadVersionID>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VRDR\VRDR.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion projects/VRDR/VRDR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<ProjectReference Include="../VitalRecord/VitalRecord.csproj" />
<!-- <PackageReference Include="Vsxmd" Version="1.4.5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<!-- <PackageReference Include="Vsxmd" Version="1.4.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion projects/VitalRecord/VitalRecord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>

0 comments on commit 80e451d

Please sign in to comment.