Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonbiondo committed Mar 4, 2024
1 parent 7cb7fd2 commit 6c379b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ScheduleService/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Microsoft.Extensions.Logging.Configuration;
using Microsoft.Extensions.Logging.EventLog;
using Newtonsoft.Json;
using NReco.Logging.File;
using ScheduleService;

var configurationBuilder = new ConfigurationBuilder()
Expand Down
6 changes: 3 additions & 3 deletions ScheduleService/ScheduleService.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>dotnet-AgendadorService-e9efc5ad-1f66-4705-ae73-3116df0ea08f</UserSecretsId>
Expand All @@ -12,7 +12,7 @@
<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" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="NReco.Logging.File" Version="1.2.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
</Project>

0 comments on commit 6c379b9

Please sign in to comment.