Skip to content

Commit

Permalink
Update ScheduleService.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonbiondo committed Nov 23, 2023
1 parent c3c507b commit e5a2aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScheduleService/ScheduleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="NCrontab" Version="3.3.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NReco.Logging.File" Version="1.1.7" />
Expand Down

0 comments on commit e5a2aed

Please sign in to comment.