cleanup
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2025-12-09 14:44:36 +01:00
parent be5996372c
commit 2f4be34aa9
3 changed files with 1 additions and 23 deletions

View File

@@ -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;

View File

@@ -10,7 +10,6 @@
<Version>4.19.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Base.Core.Common.Geometry" Version="4.17.6" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="NetTopologySuite.IO.GeoJSON" Version="3.0.0" />
</ItemGroup>