From 325a9e6bbcefda15a7be6e3a4bf802d9dd1343c1 Mon Sep 17 00:00:00 2001 From: HarelM Date: Sun, 12 Jan 2025 11:29:56 +0200 Subject: [PATCH] Update tests to use .net 8 --- OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj b/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj index a4b111a..132ecfb 100644 --- a/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj +++ b/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false