Skip to content

Commit

Permalink
Bump JsonSchema.Net.Generation from 4.3.0.2 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [JsonSchema.Net.Generation](https://github.com/json-everything/json-everything) from 4.3.0.2 to 4.4.0.
- [Commits](https://github.com/json-everything/json-everything/commits)

---
updated-dependencies:
- dependency-name: JsonSchema.Net.Generation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 2cc8ca5 commit f023d80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion PlexCleaner/PlexCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.68" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.3.0.2" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.4.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
Expand Down
38 changes: 19 additions & 19 deletions Sandbox/Sandbox.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSchema.Net.Generation" Version="4.3.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PlexCleanerTests\PlexCleanerTests.csproj" />
<ProjectReference Include="..\PlexCleaner\PlexCleaner.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSchema.Net.Generation" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PlexCleanerTests\PlexCleanerTests.csproj" />
<ProjectReference Include="..\PlexCleaner\PlexCleaner.csproj" />
</ItemGroup>

</Project>

0 comments on commit f023d80

Please sign in to comment.