File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
samples/databus/blob-storage-databus/ABSDataBus_6 Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ static async Task Main()
13
13
14
14
var blobServiceClient = new BlobServiceClient ( "UseDevelopmentStorage=true" ) ;
15
15
16
- var claimCheck = endpointConfiguration . UseClaimCheck < AzureDataBus , SystemJsonClaimCheckSerializer > ( )
16
+ var claimCheck = endpointConfiguration . UseClaimCheck < AzureClaimCheck , SystemJsonClaimCheckSerializer > ( )
17
17
. Container ( "testcontainer" )
18
18
. UseBlobServiceClient ( blobServiceClient ) ;
19
19
20
-
21
20
endpointConfiguration . UseSerialization < SystemJsonSerializer > ( ) ;
22
21
endpointConfiguration . UseTransport ( new LearningTransport ( ) ) ;
23
22
endpointConfiguration . EnableInstallers ( ) ;
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" NServiceBus" Version =" 9.*" />
9
- <PackageReference Include =" NServiceBus.DataBus.AzureBlobStorage" Version =" 6.1.1-alpha.1 " />
9
+ <PackageReference Include =" NServiceBus.DataBus.AzureBlobStorage" Version =" 6.* " />
10
10
<ProjectReference Include =" ..\Shared\Shared.csproj" />
11
11
</ItemGroup >
12
12
</Project >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ static async Task Main()
15
15
16
16
var blobServiceClient = new BlobServiceClient ( "UseDevelopmentStorage=true" ) ;
17
17
18
- var claimCheck = endpointConfiguration . UseClaimCheck < AzureDataBus , SystemJsonClaimCheckSerializer > ( )
18
+ var claimCheck = endpointConfiguration . UseClaimCheck < AzureClaimCheck , SystemJsonClaimCheckSerializer > ( )
19
19
. Container ( "testcontainer" )
20
20
. UseBlobServiceClient ( blobServiceClient ) ;
21
21
Original file line number Diff line number Diff line change 5
5
<LangVersion >12.0</LangVersion >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" NServiceBus.DataBus.AzureBlobStorage" Version =" 6.1.1-alpha.1 " />
8
+ <PackageReference Include =" NServiceBus.DataBus.AzureBlobStorage" Version =" 6.* " />
9
9
<PackageReference Include =" NServiceBus" Version =" 9.*" />
10
10
<ProjectReference Include =" ..\Shared\Shared.csproj" />
11
11
</ItemGroup >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" NServiceBus" Version =" 9.*" />
8
- <PackageReference Include =" NServiceBus.ClaimCheck" Version =" 1.0.0-alpha.1 " />
8
+ <PackageReference Include =" NServiceBus.ClaimCheck" Version =" 1.* " />
9
9
</ItemGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments