File tree 2 files changed +7
-2
lines changed
SkyApm.Transport.Grpc.Protocol
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<ItemGroup >
17
17
<PackageReference Include =" Google.Protobuf" Version =" 3.21.5" />
18
- <PackageReference Include =" Grpc.Net.Client" Version =" 2.47.0" />
18
+ <!-- Grpc.Tools is only used at build-time and has no runtime components. -->
19
+ <!-- https://github.com/grpc/grpc/blob/master/src/csharp/BUILD-INTEGRATION.md -->
19
20
<PackageReference Include =" Grpc.Tools" Version =" 2.48.0" >
20
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
22
<PrivateAssets >all</PrivateAssets >
22
23
</PackageReference >
23
24
</ItemGroup >
24
25
25
26
<ItemGroup >
26
- <Protobuf Include =" protocol-v3/**/*.proto" ProtoRoot =" protocol-v3" OutputDir =" %(RelativePath) generated-v3" CompileOutputs =" false" />
27
+ <Protobuf Include =" protocol-v3/**/*.proto" ProtoRoot =" protocol-v3" GrpcServices = " Client " OutputDir =" generated-v3 " GrpcOutputDir = " ../SkyApm.Transport.Grpc/ generated-v3" CompileOutputs =" false" />
27
28
</ItemGroup >
28
29
29
30
<PropertyGroup >
Original file line number Diff line number Diff line change 13
13
<RootNamespace >SkyApm.Transport.Grpc</RootNamespace >
14
14
</PropertyGroup >
15
15
16
+ <ItemGroup >
17
+ <PackageReference Include =" Grpc.Net.Client" Version =" 2.47.0" />
18
+ </ItemGroup >
19
+
16
20
<ItemGroup >
17
21
<ProjectReference Include =" ..\SkyApm.Abstractions\SkyApm.Abstractions.csproj" />
18
22
<ProjectReference Include =" ..\SkyApm.Transport.Grpc.Protocol\SkyApm.Transport.Grpc.Protocol.csproj" />
You can’t perform that action at this time.
0 commit comments