Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuijben committed Dec 18, 2023
1 parent 72d7257 commit 8ed75fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/SharpProj.CrsExplorer/SharpProj.CrsExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="SharpProj.Database" Version="9.3.0" />
<PackageReference Include="SharpProj.Database" Version="9.3.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/SharpProj.Tests/SharpProj.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="SharpProj.Database" Version="9.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="SharpProj.Database" Version="9.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpProj.NettopologySuite\SharpProj.NetTopologySuite.csproj" />
Expand Down

0 comments on commit 8ed75fe

Please sign in to comment.