From 2f4be34aa95db439a935575adf9222225b4bc3fb Mon Sep 17 00:00:00 2001 From: Francisco Salas Date: Tue, 9 Dec 2025 14:44:36 +0100 Subject: [PATCH] cleanup --- CarbonLib/CarbonCalculation25.cs | 7 +------ CarbonLib/CarbonLib.csproj | 1 - NuGet.Config | 16 ---------------- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 NuGet.Config diff --git a/CarbonLib/CarbonCalculation25.cs b/CarbonLib/CarbonCalculation25.cs index bf4b616..af15de4 100644 --- a/CarbonLib/CarbonCalculation25.cs +++ b/CarbonLib/CarbonCalculation25.cs @@ -1,10 +1,5 @@ -//using Base.Core.Common.Geometry; -using CarbonLib; -using CarbonLib.Carbon; -using CarbonService.Models; +using CarbonService.Models; using CarbonLib.Carbon.Models; -using NetTopologySuite.Geometries; -using OSGeo.OGR; using System; using System.Collections.Generic; using System.Globalization; diff --git a/CarbonLib/CarbonLib.csproj b/CarbonLib/CarbonLib.csproj index 938bab7..af7672b 100644 --- a/CarbonLib/CarbonLib.csproj +++ b/CarbonLib/CarbonLib.csproj @@ -10,7 +10,6 @@ 4.19.0 - diff --git a/NuGet.Config b/NuGet.Config deleted file mode 100644 index d7c676a..0000000 --- a/NuGet.Config +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file