Skip to content

Commit

Permalink
Everywhere: Support FHIR R4B
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Sep 18, 2022
1 parent 209a49a commit 9f6bbbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Spark-Legacy/Spark-Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<Reference Include="Hl7.Fhir.ElementModel, Version=4.2.1.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\..\packages\Hl7.Fhir.ElementModel.4.2.1\lib\net452\Hl7.Fhir.ElementModel.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.R4.Core, Version=4.2.1.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\..\packages\Hl7.Fhir.R4.4.2.1\lib\net452\Hl7.Fhir.R4.Core.dll</HintPath>
<Reference Include="Hl7.Fhir.R4B.Core, Version=4.2.1.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\..\packages\Hl7.Fhir.R4B.4.2.1\lib\net452\Hl7.Fhir.R4B.Core.dll</HintPath>
</Reference>
<Reference Include="Hl7.Fhir.Serialization, Version=4.2.1.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL">
<HintPath>..\..\packages\Hl7.Fhir.Serialization.4.2.1\lib\net452\Hl7.Fhir.Serialization.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark-Legacy/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<package id="EnterpriseLibrary.SemanticLogging.TextFile" version="2.0.1406.1" targetFramework="net472" />
<package id="Firely.Fhir.Packages" version="3.0.2" targetFramework="net472" />
<package id="Hl7.Fhir.ElementModel" version="4.2.1" targetFramework="net472" />
<package id="Hl7.Fhir.R4" version="4.2.1" targetFramework="net472" />
<package id="Hl7.Fhir.R4B" version="4.2.1" targetFramework="net472" />
<package id="Hl7.Fhir.Serialization" version="4.2.1" targetFramework="net472" />
<package id="Hl7.Fhir.Support" version="4.2.1" targetFramework="net472" />
<package id="Hl7.Fhir.Support.Poco" version="4.2.1" targetFramework="net472" />
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Engine/Spark.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Fhir.Metrics" Version="1.2.1" />
<PackageReference Include="Hl7.Fhir.R4" Version="4.2.1" />
<PackageReference Include="Hl7.Fhir.R4B" Version="4.2.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Mongo/Spark.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.2.1" />
<PackageReference Include="Hl7.Fhir.R4B" Version="4.2.1" />
<PackageReference Include="MongoDB.Driver" Version="2.17.1" />
</ItemGroup>

Expand Down

0 comments on commit 9f6bbbf

Please sign in to comment.