File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
12
12
<PackageReference Include =" xunit" Version =" 2.9.3" />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3 " >
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ namespace PayrollEngine.Client.Scripting;
9
9
10
10
/// <summary>Case object attribute</summary>
11
11
[ AttributeUsage ( AttributeTargets . Class | AttributeTargets . Property ) ]
12
- public sealed class CaseObjectAttribute ( string ns ) : Attribute
12
+ public class CaseObjectAttribute ( string ns ) : Attribute
13
13
{
14
14
/// <summary>Object namespace</summary>
15
15
public string Ns { get ; } = ns ;
16
16
}
17
17
18
18
/// <summary>Case field ignore attribute</summary>
19
19
[ AttributeUsage ( AttributeTargets . Property ) ]
20
- public sealed class CaseFieldIgnoreAttribute : Attribute ;
20
+ public class CaseFieldIgnoreAttribute : Attribute ;
21
21
22
22
/// <summary>Case object extension methods</summary>
23
23
public static class CaseObjectExtensions
Original file line number Diff line number Diff line change 182
182
183
183
<ItemGroup >
184
184
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.14.0" />
185
- <PackageReference Include =" PayrollEngine.Client.Core" Version =" 0.9.0-beta.8 " />
185
+ <PackageReference Include =" PayrollEngine.Client.Core" Version =" 0.9.0-beta.9 " />
186
186
</ItemGroup >
187
187
188
188
<!-- include xml documention files and json schemas to the nuget package -->
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
5
- <Version >0.9.0-beta.8 </Version >
5
+ <Version >0.9.0-beta.9 </Version >
6
6
<FileVersion >0.9.0</FileVersion >
7
7
<InformationalVersion ></InformationalVersion >
8
8
<Authors >Jani Giannoudis</Authors >
You can’t perform that action at this time.
0 commit comments