Skip to content

Commit

Permalink
Cleanup/remove superseeded (#78)
Browse files Browse the repository at this point in the history
* csproj cleanup

---------

Co-authored-by: Ottenhus, Thomas <[email protected]>
  • Loading branch information
glatzert and Ottenhus, Thomas authored Feb 7, 2024
1 parent 2178088 commit 3155bbc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="JGUZDV.Extensions.Logging" Version="[1.0.0,)" />
<PackageReference Include="Serilog.AspNetCore" Version="[6.1.0,)" />
</ItemGroup>
</Project>

<ItemGroup>
<ProjectReference Include="..\..\JGUZDV.Extensions.Logging\src\JGUZDV.Extensions.Logging.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@
<PackageReference Include="Serilog.Sinks.EventLog" Version="[3.1.0,)" />
<PackageReference Include="Serilog.Sinks.File" Version="[5.0.0,)" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
9 changes: 5 additions & 4 deletions libraries/JGUZDV.JobHost/src/JGUZDV.JobHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PackageId>JGUZDV.JobHost</PackageId>
<IsPackable>true</IsPackable>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Marcus Lunau</Authors>
<Company>Zentrum für Datenverarbeitung - JGU Mainz</Company>
<PackageDescription>Host for background jobs using Quartz.net</PackageDescription>
Expand All @@ -16,13 +16,14 @@

</PropertyGroup>



<ItemGroup>
<PackageReference Include="JGUZDV.AspNetCore.Logging" Version="1.0.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.8.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\JGUZDV.Extensions.Logging\src\JGUZDV.Extensions.Logging.csproj" />
</ItemGroup>

</Project>
7 changes: 2 additions & 5 deletions libraries/JGUZDV.JobHost/src/JobHost.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using JGUZDV.AspNetCore.Logging;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;

using Quartz;
using System.ServiceProcess;
using static Quartz.Logging.OperationName;

namespace JGUZDV.JobHost
{
Expand Down

0 comments on commit 3155bbc

Please sign in to comment.