Skip to content

Commit

Permalink
Merge pull request #443 from ptr727/dependabot/nuget/main/nuget-deps-…
Browse files Browse the repository at this point in the history
…deac622b1e

Bump the nuget-deps group with 2 updates
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
2 parents 4ec927d + 9c8ecdf commit 3b32960
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions PlexCleaner/PlexCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.91" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.0" />
<PackageReference Include="InsaneGenius.Utilities" Version="3.1.94" />
<PackageReference Include="JsonSchema.Net.Generation" Version="4.5.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="4.0.2" />
<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.5.0" />
</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.5.1" />
</ItemGroup>

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

</Project>

0 comments on commit 3b32960

Please sign in to comment.