Skip to content

Commit

Permalink
Merge pull request #409 from ptr727/dependabot/nuget/main/JsonSchema.…
Browse files Browse the repository at this point in the history
…Net.Generation-4.4.0

Bump JsonSchema.Net.Generation from 4.3.0.2 to 4.4.0
  • Loading branch information
github-actions[bot] authored Jul 25, 2024
2 parents 2cc8ca5 + f023d80 commit 871edda
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 871edda

Please sign in to comment.