File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ public class Startup
17
17
services .AddGrpc ();
18
18
}
19
19
20
- // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
21
20
public void Configure (IApplicationBuilder app , IWebHostEnvironment env )
22
21
{
23
22
if (env .IsDevelopment ())
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public class Startup
21
21
services .AddGrpc ();
22
22
}
23
23
24
- // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
25
24
public void Configure (IApplicationBuilder app , IWebHostEnvironment env )
26
25
{
27
26
if (env .IsDevelopment ())
Original file line number Diff line number Diff line change 7
7
<IsGrpcPublishedPackage >true</IsGrpcPublishedPackage >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
<TargetFrameworks >netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks >
10
+ <PackageReadmeFile >README.md</PackageReadmeFile >
10
11
</PropertyGroup >
11
12
12
13
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'" >
22
23
</ItemGroup >
23
24
24
25
<ItemGroup >
26
+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
27
+
25
28
<Compile Include =" ..\Shared\CommonGrpcProtocolHelpers.cs" Link =" Internal\CommonGrpcProtocolHelpers.cs" />
26
29
<Compile Include =" ..\Shared\DefaultDeserializationContext.cs" Link =" Internal\DefaultDeserializationContext.cs" />
27
30
<Compile Include =" ..\Shared\HttpHandlerFactory.cs" Link =" Internal\Http\HttpHandlerFactory.cs" />
You can’t perform that action at this time.
0 commit comments