Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Dec 20, 2024
1 parent c262e95 commit 639da61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i3dm.export.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="i3dm.tile" Version="1.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="SharpGLTF.Ext.3DTiles" Version="1.0.3" />
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.3" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions tests/i3dm.export.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
Expand Down

0 comments on commit 639da61

Please sign in to comment.