From 226ede7e19c9ce4084fe84d14e45c0e70c15cd48 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 10 Nov 2024 10:47:50 +0100 Subject: [PATCH 1/3] Target framework .net8.0 --- src/fhir-tool/FhirTool.csproj | 2 +- tests/fhir-tool-core-tests/fhir-tool-core-tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fhir-tool/FhirTool.csproj b/src/fhir-tool/FhirTool.csproj index dca66f0..609b5cc 100644 --- a/src/fhir-tool/FhirTool.csproj +++ b/src/fhir-tool/FhirTool.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 Exe fhir-tool false diff --git a/tests/fhir-tool-core-tests/fhir-tool-core-tests.csproj b/tests/fhir-tool-core-tests/fhir-tool-core-tests.csproj index 47b39a9..380dc74 100644 --- a/tests/fhir-tool-core-tests/fhir-tool-core-tests.csproj +++ b/tests/fhir-tool-core-tests/fhir-tool-core-tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 FhirTool.Conversion.Tests FhirTool.Conversion.Tests true From b1606806a60c6320b9668ae7f061ffcef001be12 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 10 Nov 2024 10:49:29 +0100 Subject: [PATCH 2/3] deps: Upgrade Microsoft.Extensions.Configuration.* 6.0.0 -> 8.0.{0,1} --- src/fhir-tool/FhirTool.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fhir-tool/FhirTool.csproj b/src/fhir-tool/FhirTool.csproj index 609b5cc..d6dcaa2 100644 --- a/src/fhir-tool/FhirTool.csproj +++ b/src/fhir-tool/FhirTool.csproj @@ -44,9 +44,9 @@ - - - + + + From 15166ba022232312c86851b7e809b73a06083bcf Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 10 Nov 2024 10:50:49 +0100 Subject: [PATCH 3/3] deps: Upgrade Microsoft.Extensions.Logging.* 6.0.0 -> 8.0.1 --- src/fhir-tool-core/fhir-tool-core.csproj | 2 +- src/fhir-tool/FhirTool.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fhir-tool-core/fhir-tool-core.csproj b/src/fhir-tool-core/fhir-tool-core.csproj index 5092ecc..171079f 100644 --- a/src/fhir-tool-core/fhir-tool-core.csproj +++ b/src/fhir-tool-core/fhir-tool-core.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/fhir-tool/FhirTool.csproj b/src/fhir-tool/FhirTool.csproj index d6dcaa2..f3712fa 100644 --- a/src/fhir-tool/FhirTool.csproj +++ b/src/fhir-tool/FhirTool.csproj @@ -47,7 +47,7 @@ - +