From a17df6ef499a8262049a4052ba075ed16ae5eb40 Mon Sep 17 00:00:00 2001 From: tgroeneboer Date: Mon, 22 Jan 2024 14:47:47 +0100 Subject: [PATCH] DEV-20264: Upgrade to .NET 8.0.1 --- FontoXPathCSharp.sln | 5 +++++ FontoXPathCSharp/FontoXPathCSharp.csproj | 4 ++-- PrscSharp/PrscSharp.csproj | 4 ++-- XPathBenchmarks/XPathBenchmarks.csproj | 4 ++-- XPathRunner/XPathRunner.csproj | 4 ++-- XPathTest/XPathTest.csproj | 4 ++-- global.json | 7 ------- 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 global.json diff --git a/FontoXPathCSharp.sln b/FontoXPathCSharp.sln index ca09573..e36c1e8 100644 --- a/FontoXPathCSharp.sln +++ b/FontoXPathCSharp.sln @@ -13,6 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPathTest", "XPathTest\XPat EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPathBenchmarks", "XPathBenchmarks\XPathBenchmarks.csproj", "{DBBAF0BF-3B81-4398-B201-6D060AFD0EDA}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E06678D-E6B2-48A5-A91C-CF4130198E1F}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/FontoXPathCSharp/FontoXPathCSharp.csproj b/FontoXPathCSharp/FontoXPathCSharp.csproj index c87f9f1..865d1bc 100644 --- a/FontoXPathCSharp/FontoXPathCSharp.csproj +++ b/FontoXPathCSharp/FontoXPathCSharp.csproj @@ -1,8 +1,8 @@  - net6.0 - 6.0.25 + net8.0 + 8.0.1 7.0.0 enable enable diff --git a/PrscSharp/PrscSharp.csproj b/PrscSharp/PrscSharp.csproj index ae6e859..efe4dd4 100644 --- a/PrscSharp/PrscSharp.csproj +++ b/PrscSharp/PrscSharp.csproj @@ -1,8 +1,8 @@ - net6.0 - 6.0.25 + net8.0 + 8.0.1 7.0.0 enable enable diff --git a/XPathBenchmarks/XPathBenchmarks.csproj b/XPathBenchmarks/XPathBenchmarks.csproj index 3251ee6..3267077 100644 --- a/XPathBenchmarks/XPathBenchmarks.csproj +++ b/XPathBenchmarks/XPathBenchmarks.csproj @@ -2,8 +2,8 @@ Exe - net6.0 - 6.0.25 + net8.0 + 8.0.1 7.0.0 enable enable diff --git a/XPathRunner/XPathRunner.csproj b/XPathRunner/XPathRunner.csproj index 1762ccd..92edf3b 100644 --- a/XPathRunner/XPathRunner.csproj +++ b/XPathRunner/XPathRunner.csproj @@ -2,8 +2,8 @@ Exe - net6.0 - 6.0.25 + net8.0 + 8.0.1 7.0.0 enable enable diff --git a/XPathTest/XPathTest.csproj b/XPathTest/XPathTest.csproj index bda5d5f..fd6125c 100644 --- a/XPathTest/XPathTest.csproj +++ b/XPathTest/XPathTest.csproj @@ -1,8 +1,8 @@  - net6.0 - 6.0.25 + net8.0 + 8.0.1 7.0.0 enable false diff --git a/global.json b/global.json deleted file mode 100644 index f443bd4..0000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "6.0", - "rollForward": "latestMajor", - "allowPrerelease": true - } -} \ No newline at end of file