Skip to content

Commit 77bae2a

Browse files
deps: bump JsonSubTypes and Newtonsoft.Json
Bumps [JsonSubTypes](https://github.com/manuc66/JsonSubTypes) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together. Updates `JsonSubTypes` from 1.8.0 to 2.0.1 - [Release notes](https://github.com/manuc66/JsonSubTypes/releases) - [Changelog](https://github.com/manuc66/JsonSubTypes/blob/master/CHANGELOG.md) - [Commits](manuc66/JsonSubTypes@v1.8.0...v2.0.1) Updates `Newtonsoft.Json` from 13.0.2 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.2...13.0.1) --- updated-dependencies: - dependency-name: JsonSubTypes dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0183ba8 commit 77bae2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Notion.Client/Notion.Client.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<VersionPrefix>4.2.0-preview</VersionPrefix>
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
23-
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
23+
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)