Skip to content

Commit 0099b9e

Browse files
author
Jani Giannoudis
committed
updated third party nugets
1 parent 234ed2d commit 0099b9e

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Client.Scripting/Function/CollectorStartFunction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace PayrollEngine.Client.Scripting.Function;
1212

13+
// ReSharper disable once GrammarMistakeInComment
1314
/// <summary>
1415
/// Executes when a collector is first activated in a payrun, before any wage type values are applied.
1516
/// </summary>

Client.Scripting/Function/PayrunWageTypeAvailableFunction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace PayrollEngine.Client.Scripting.Function;
1111

12+
// ReSharper disable once GrammarMistakeInComment
1213
/// <summary>
1314
/// Determines whether a specific wage type is evaluated for an employee in the current payrun (default: <c>true</c>).
1415
/// </summary>

Client.Scripting/PayrollEngine.Client.Scripting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="PayrollEngine.Client.Core" Version="0.10.0-beta.dev" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)