Skip to content

Commit

Permalink
fixed packaging deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Oct 18, 2023
1 parent 842d2f1 commit 7f3879d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/Stac.Api.Package/Stac.Api.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,21 @@
</ItemGroup>
</Target>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.*"/>
<PackageReference Include="DotNetStac" Version="1.7.*"/>
<PackageReference Include="Terradue.Stars" Version="2.8.*" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
<None Include="..\..\docs\images\stac_logo_128.png" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Stac.Api.Clients\Stac.Api.Clients.csproj" />
<ProjectReference Include="..\Stac.Api.WebApi\Stac.Api.WebApi.csproj" />
<ProjectReference Include="..\Stac.Api.FileSystem\Stac.Api.FileSystem.csproj" />
<ProjectReference Include="..\Stac.Api.Clients\Stac.Api.Clients.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Stac.Api.WebApi\Stac.Api.WebApi.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Stac.Api.FileSystem\Stac.Api.FileSystem.csproj" PrivateAssets="All" />
</ItemGroup>


Expand Down

0 comments on commit 7f3879d

Please sign in to comment.