This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
16
NuGet.Config
16
NuGet.Config
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<clear />
|
||||
<add key="akkerweb" value="https://repository.akkerweb.nl/repository/nuget-group/" />
|
||||
<add key="NPGSQL Unstable" value="https://www.myget.org/F/npgsql-unstable/api/v3/index.json" />
|
||||
<add key="NetTopologySuite" value="https://www.myget.org/F/nettopologysuite/api/v3/index.json" />
|
||||
</packageSources>
|
||||
<packageSourceCredentials>
|
||||
<akkerweb>
|
||||
<add key="Username" value="akkerweb" />
|
||||
<add key="ClearTextPassword" value="1QTrg6g[*" />
|
||||
</akkerweb>
|
||||
</packageSourceCredentials>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user