File tree 2 files changed +3
-3
lines changed
Source/Csla.Channels.Grpc
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Data portal channel using gRPC for transport.
24
24
<group targetFramework =" netstandard2.1" >
25
25
<dependency id =" Csla" version =" [4.6.3-Beta10]" />
26
26
<dependency id =" Google.Protobuf" version =" 3.13.0" />
27
- <dependency id =" Grpc.Net.Client" version =" 2.32.0 " />
27
+ <dependency id =" Grpc.Net.Client" version =" 2.33.1 " />
28
28
</group >
29
29
</dependencies >
30
30
</metadata >
@@ -34,4 +34,4 @@ Data portal channel using gRPC for transport.
34
34
<!-- icon -->
35
35
<file src =" ..\..\Support\Logos\csla.png" target =" images\" />
36
36
</files >
37
- </package >
37
+ </package >
Original file line number Diff line number Diff line change 32
32
33
33
<ItemGroup >
34
34
<PackageReference Include =" Google.Protobuf" Version =" 3.13.0" />
35
- <PackageReference Include =" Grpc.Net.Client" Version =" 2.32.0 " />
35
+ <PackageReference Include =" Grpc.Net.Client" Version =" 2.33.1 " />
36
36
<PackageReference Include =" Grpc.Tools" Version =" 2.33.1" >
37
37
<PrivateAssets >all</PrivateAssets >
38
38
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments