Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Oct 10, 2024
1 parent 1396b94 commit ff2fb04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pg2b3dm.database.tests/pg2b3dm.database.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/pg2b3dm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static void Main(string[] args)
}
else {
Console.WriteLine($"Spatial index detected on {table}.{geometryColumn}");
}
}

var skipCreateTiles = o.SkipCreateTiles;
Console.WriteLine("Skip create tiles: " + skipCreateTiles);
Expand Down
6 changes: 3 additions & 3 deletions src/wkb2gltf.core/wkb2gltf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="b3dm-tile" Version="1.1.2" />
<PackageReference Include="b3dm-tile" Version="1.2.0" />
<PackageReference Include="bertt.triangulator" Version="1.5.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpGLTF.Ext.3DTiles" Version="1.0.2" />
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.2" />
<PackageReference Include="SharpGLTF.Ext.3DTiles" Version="1.0.3" />
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.3" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="Wkx" Version="0.5.1" />
</ItemGroup>
Expand Down

0 comments on commit ff2fb04

Please sign in to comment.