Skip to content

Commit

Permalink
Use net70
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Oct 25, 2024
1 parent 422953f commit 4698961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Sparked.Csv2FhirMapping/Sparked.Csv2FhirMapping.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net70</TargetFramework>

<IsPackable>false</IsPackable>
<OutputType>Exe</OutputType>
Expand All @@ -10,11 +10,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4B" Version="5.3.0" />
<PackageReference Include="Hl7.Fhir.Specification.R4B" Version="5.3.0" />
<PackageReference Include="Hl7.Fhir.Validation.Legacy.R4B" Version="5.3.0" />
<PackageReference Include="Hl7.Fhir.Specification.Data.R4B" Version="5.3.0" />
<PackageReference Include="Firely.Fhir.Packages" Version="4.2.0" />
<PackageReference Include="Hl7.Fhir.R4B" Version="5.8.2" />
<PackageReference Include="Hl7.Fhir.Specification.R4B" Version="5.8.2" />
<PackageReference Include="Hl7.Fhir.Validation.Legacy.R4B" Version="5.8.1" />
<PackageReference Include="Hl7.Fhir.Specification.Data.R4B" Version="5.8.2" />
<PackageReference Include="Firely.Fhir.Packages" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Sparked.TestDataClient/Sparked.TestDataClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net70</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>TestDataClient</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="5.6.1" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.8.2" />
</ItemGroup>

</Project>

0 comments on commit 4698961

Please sign in to comment.