File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" NServiceBus" Version =" 9.*" />
13
+ <PackageReference Include =" NServiceBus" Version =" 9.1. *" />
14
14
<PackageReference Include =" NServiceBus.Callbacks" Version =" 5.*" />
15
15
<PackageReference Include =" NServiceBus.Encryption.MessageProperty" Version =" 5.*" />
16
16
<PackageReference Include =" NServiceBus.Metrics.ServiceControl" Version =" 5.*" />
Original file line number Diff line number Diff line change 9
9
class CustomClaimCheckFeature : Feature
10
10
{
11
11
public CustomClaimCheckFeature ( )
12
- => DependsOn < ClaimCheckFeature > ( ) ;
12
+ => DependsOn < ClaimCheck > ( ) ;
13
13
14
14
protected override void Setup ( FeatureConfigurationContext context )
15
15
=> context . Services . AddSingleton < IClaimCheck , CustomClaimCheck > ( ) ;
Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" NServiceBus" Version =" 9.*" />
14
- <PackageReference Include =" NServiceBus.ClaimCheck" Version =" 1.0.0-alpha.1" />
13
+ <PackageReference Include =" NServiceBus.ClaimCheck" Version =" 1.*" />
15
14
</ItemGroup >
16
15
17
16
</Project >
You can’t perform that action at this time.
0 commit comments