From bee603d99bb77a5ede051e2a8612f15bca42c894 Mon Sep 17 00:00:00 2001 From: Michael Clayton Date: Fri, 24 May 2024 23:01:10 +0100 Subject: [PATCH] dotnet 7 -> dotnet 8 --- .../Kingsland.MofParser.EditMof.csproj | 2 +- .../Kingsland.MofParser.HtmlReport.csproj | 2 +- src/Kingsland.MofParser.NuGet/Kingsland.MofParser.NuGet.csproj | 2 +- .../Kingsland.MofParser.Sample.csproj | 2 +- .../Kingsland.MofParser.UnitTests.csproj | 2 +- src/Kingsland.ParseFx/Kingsland.ParseFx.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Kingsland.MofParser.EditMof/Kingsland.MofParser.EditMof.csproj b/src/Kingsland.MofParser.EditMof/Kingsland.MofParser.EditMof.csproj index 165c515..10a8743 100644 --- a/src/Kingsland.MofParser.EditMof/Kingsland.MofParser.EditMof.csproj +++ b/src/Kingsland.MofParser.EditMof/Kingsland.MofParser.EditMof.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/Kingsland.MofParser.HtmlReport/Kingsland.MofParser.HtmlReport.csproj b/src/Kingsland.MofParser.HtmlReport/Kingsland.MofParser.HtmlReport.csproj index b4c56d5..7a5e428 100644 --- a/src/Kingsland.MofParser.HtmlReport/Kingsland.MofParser.HtmlReport.csproj +++ b/src/Kingsland.MofParser.HtmlReport/Kingsland.MofParser.HtmlReport.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/Kingsland.MofParser.NuGet/Kingsland.MofParser.NuGet.csproj b/src/Kingsland.MofParser.NuGet/Kingsland.MofParser.NuGet.csproj index fa3e766..b0c684b 100644 --- a/src/Kingsland.MofParser.NuGet/Kingsland.MofParser.NuGet.csproj +++ b/src/Kingsland.MofParser.NuGet/Kingsland.MofParser.NuGet.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/Kingsland.MofParser.Sample/Kingsland.MofParser.Sample.csproj b/src/Kingsland.MofParser.Sample/Kingsland.MofParser.Sample.csproj index 33207be..0136484 100644 --- a/src/Kingsland.MofParser.Sample/Kingsland.MofParser.Sample.csproj +++ b/src/Kingsland.MofParser.Sample/Kingsland.MofParser.Sample.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/Kingsland.MofParser.UnitTests/Kingsland.MofParser.UnitTests.csproj b/src/Kingsland.MofParser.UnitTests/Kingsland.MofParser.UnitTests.csproj index 3bbf6ae..9a003cd 100644 --- a/src/Kingsland.MofParser.UnitTests/Kingsland.MofParser.UnitTests.csproj +++ b/src/Kingsland.MofParser.UnitTests/Kingsland.MofParser.UnitTests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable diff --git a/src/Kingsland.ParseFx/Kingsland.ParseFx.csproj b/src/Kingsland.ParseFx/Kingsland.ParseFx.csproj index 7659063..7c3b93a 100644 --- a/src/Kingsland.ParseFx/Kingsland.ParseFx.csproj +++ b/src/Kingsland.ParseFx/Kingsland.ParseFx.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable