Skip to content

Commit

Permalink
removed Stars dep
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Nov 2, 2023
1 parent e4c45af commit b04a651
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/Stac.Api.FileSystem/Stac.Api.FileSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="System.IO.Abstractions" Version="17.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.*" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.*"/>
<PackageReference Include="Humanizer" Version="2.13.*" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Stac.Api.Package/Stac.Api.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<!-- <ImplicitUsings>enable</ImplicitUsings> -->
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>beta.4</VersionSuffix>
<VersionSuffix>beta.4proj</VersionSuffix>
<PackageId>DotNetStac.Api</PackageId>
<PackageTags>STAC;Terradue;Geo;Json;API</PackageTags>
<PackageIcon>stac_logo_128.png</PackageIcon>
Expand All @@ -28,7 +28,6 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.*"/>
<PackageReference Include="DotNetStac" Version="1.7.*"/>
<PackageReference Include="Terradue.Stars" Version="2.8.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using Stac.Api.Models;
using Stac.Api.Services.Filtering;
using Stac.Api.Services.Queryable;
using Stars.Geometry.NTS;
using Stac.Api.Extensions;

namespace Stac.Api.WebApi.Implementations.Default.Services
{
Expand Down
7 changes: 0 additions & 7 deletions src/Stac.Api.WebApi/Stac.Api.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,13 @@
<PackageReference Include="System.IO.Abstractions" Version="17.0.*" />
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="5.4.0" />
<PackageReference Include="NetTopologySuite.IO.GeoJSON" Version="3.0.0" />
<PackageReference Include="Terradue.Stars" Version="2.8.*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Stac.Api.Clients\Stac.Api.Clients.csproj" />
<ProjectReference Include="..\Stac.Api.CodeGen\Stac.Api.CodeGen.csproj" />
</ItemGroup>

<ItemGroup>
<!-- <ProjectReference Include="../../../../systems/Stars/src/Stars.Interface/Terradue.Stars.Interface.csproj" />
<ProjectReference Include="../../../../systems/Stars/src/Stars.Services/Terradue.Stars.Services.csproj" />
<ProjectReference Include="../../../../systems/Stars/src/Stars.Geometry/Terradue.Stars.Geometry.csproj" /> -->
</ItemGroup>

<ItemGroup>
<Content Include="..\..\data\examples\**" LinkBase="examples\" CopyToOutputDirectory="Always" />
<Content Include="..\Stac.Api.CodeGen\appsettings.json" Link="codegensettings.json" CopyToOutputDirectory="Always" />
Expand Down

0 comments on commit b04a651

Please sign in to comment.