File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
Grpc.AspNetCore.Server.ClientFactory Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3+ <PropertyGroup >
4+ <Authors >The gRPC Authors</Authors >
5+ <Copyright >Copyright 2019 The gRPC Authors</Copyright >
6+ <Description >HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core</Description >
7+ <PackageIconUrl >https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl >
8+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
9+ <PackageProjectUrl >https://github.com/grpc/grpc-dotnet</PackageProjectUrl >
10+ <PackageTags >gRPC RPC HTTP/2 aspnetcore</PackageTags >
11+ <VersionPrefix >$(GrpcDotnetVersion)</VersionPrefix >
12+ </PropertyGroup >
13+
14+ <PropertyGroup >
15+ <!-- Include PDB in the built .nupkg -->
16+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
17+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18+ </PropertyGroup >
19+
320 <PropertyGroup >
421 <TargetFramework >netcoreapp3.0</TargetFramework >
522 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 1111 <VersionPrefix >$(GrpcDotnetVersion)</VersionPrefix >
1212 </PropertyGroup >
1313
14+ <PropertyGroup >
15+ <!-- Include PDB in the built .nupkg -->
16+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
17+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18+ </PropertyGroup >
19+
1420 <PropertyGroup >
1521 <!-- TODO(JamesNK): Potentially change to netstandard2.1 https://github.com/dotnet/standard/issues/1144 -->
1622 <TargetFramework >netcoreapp3.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3+ <PropertyGroup >
4+ <Authors >The gRPC Authors</Authors >
5+ <Copyright >Copyright 2019 The gRPC Authors</Copyright >
6+ <Description >HttpClientFactory integration the for gRPC .NET client</Description >
7+ <PackageIconUrl >https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl >
8+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
9+ <PackageProjectUrl >https://github.com/grpc/grpc-dotnet</PackageProjectUrl >
10+ <PackageTags >gRPC RPC HTTP/2</PackageTags >
11+ <VersionPrefix >$(GrpcDotnetVersion)</VersionPrefix >
12+ </PropertyGroup >
13+
14+ <PropertyGroup >
15+ <!-- Include PDB in the built .nupkg -->
16+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
17+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18+ </PropertyGroup >
19+
320 <PropertyGroup >
421 <TargetFramework >netcoreapp3.0</TargetFramework >
522 <GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments