Skip to content

Commit 822cec4

Browse files
author
Jani Giannoudis
committed
updatend to .NET 8
updated NuGets updated version to 0.8.0-beta.1
1 parent cfa2f67 commit 822cec4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Client.Services/PayrollEngine.Client.Services.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
18-
<PackageReference Include="PayrollEngine.Client.Scripting" Version="0.6.0-beta.11" />
19-
<PackageReference Include="PayrollEngine.Client.Test" Version="0.6.0-beta.11" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
18+
<PackageReference Include="PayrollEngine.Client.Scripting" Version="0.8.0-beta.1" />
19+
<PackageReference Include="PayrollEngine.Client.Test" Version="0.8.0-beta.1" />
2020
</ItemGroup>
2121

2222
<!-- include xml documention files and json schemas to the nuget package -->

Client.Services/Scripting.Runtime.Api/ReportRuntime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ private static T QueryValuesToQuery<T>(Tuple<int?, string, string, string, long?
797797
/// <inheritdoc />
798798
public void AddReportLog(string message, string key = null, DateTime? reportDate = null)
799799
{
800-
var _ = new ReportLogService(HttpClient).CreateAsync(new(TenantId), new ReportLog
800+
_ = new ReportLogService(HttpClient).CreateAsync(new(TenantId), new ReportLog
801801
{
802802
ReportName = ReportName,
803803
ReportDate = reportDate ?? Date.Now,

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
5-
<Version>0.6.0-beta.11</Version>
6-
<FileVersion>0.6.0</FileVersion>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Version>0.8.0-beta.1</Version>
6+
<FileVersion>0.8.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>
99
<Company>Software Consulting Giannoudis</Company>

0 commit comments

Comments
 (0)