Skip to content

Commit

Permalink
Merge pull request #299 from sitkatech/dependabot/nuget/Neptune.WebMv…
Browse files Browse the repository at this point in the history
…c/System.Text.Json-8.0.5

Bump System.Text.Json from 8.0.4 to 8.0.5 in /Neptune.WebMvc
  • Loading branch information
raynardlee authored Jan 14, 2025
2 parents 2387023 + 9623715 commit 4f2beb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Neptune.Common/Neptune.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<PackageReference Include="ProjNet" Version="2.0.0" />
<PackageReference Include="SendGrid.Extensions.DependencyInjection" Version="1.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Neptune.EFModels/Neptune.EFModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Neptune.Common\Neptune.Common.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Neptune.Models/Neptune.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="DataTransferObjects\Generated\" />
Expand Down
2 changes: 1 addition & 1 deletion Neptune.WebMvc/Neptune.WebMvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="NetTopologySuite.IO.GeoJSON4STJ" Version="4.0.0" />
<PackageReference Include="ProjNet" Version="2.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="TinyMCE" Version="6.8.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 4f2beb4

Please sign in to comment.