소스 검색

Merge pull request #19449 from grpc/jtattermusch-patch-1

Make sure Grpc metapackage includes Grpc.Core.targets
Jan Tattermusch 6 년 전
부모
커밋
ba3509bef8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/csharp/Grpc/Grpc.csproj

+ 2 - 1
src/csharp/Grpc/Grpc.csproj

@@ -21,6 +21,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" />
+    <!-- PrivateAssets set to None to ensure the build targets/props are propagated to parent project -->
+    <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" PrivateAssets="None" />
   </ItemGroup>
 </Project>