Skip to content

Commit 2f32a72

Browse files
Bump Newtonsoft.Json from 13.0.3 to 13.0.4
--- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ac60b1 commit 2f32a72

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

Refresh.Common/Refresh.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
2021
<EmbeddedResource Include="Resources\all_hashes.txt" />
2122
</ItemGroup>
2223

Refresh.Database/Refresh.Database.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
2223
<InternalsVisibleTo Include="RefreshTests.GameServer" />
2324
<ProjectReference Include="..\Refresh.Common\Refresh.Common.csproj" />
2425
</ItemGroup>

Refresh.Interfaces.APIv3/Refresh.Interfaces.APIv3.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1415
<ProjectReference Include="..\Refresh.Core\Refresh.Core.csproj" />
1516
</ItemGroup>
1617

Refresh.Interfaces.Game/Refresh.Interfaces.Game.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1415
<ProjectReference Include="..\Refresh.Core\Refresh.Core.csproj" />
1516
</ItemGroup>
1617

Refresh.Interfaces.Internal/Refresh.Interfaces.Internal.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1415
<ProjectReference Include="..\Refresh.Core\Refresh.Core.csproj" />
1516
</ItemGroup>
1617

Refresh.Workers/Refresh.Workers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1415
<InternalsVisibleTo Include="RefreshTests.GameServer" />
1516
<ProjectReference Include="..\Refresh.Core\Refresh.Core.csproj" />
1617
</ItemGroup>

0 commit comments

Comments
 (0)