Skip to content

Commit

Permalink
Updates to project files for CI build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Jan 27, 2025
1 parent d4749ae commit 4c88587
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/FhirStore.R4/FhirCandle.R4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Smart\" />
<Folder Include="Extensions\" />
</ItemGroup>
<Import Project="..\FhirStore.CommonVersioned\FhirStore.CommonVersioned.projitems" Label="Shared" />
</Project>
5 changes: 4 additions & 1 deletion src/FhirStore.R4B/FhirCandle.R4B.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4B" Version="5.11.2" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FhirStore.Common\FhirCandle.Common.csproj" />
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion src/FhirStore.R5/FhirCandle.R5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R5" Version="5.11.2" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FhirStore.Common\FhirCandle.Common.csproj" />
</ItemGroup>
</Project>

0 comments on commit 4c88587

Please sign in to comment.