minor adjustments

pull/25385/head
Jan Tattermusch 4 years ago committed by GitHub
parent 982fd67f3d
commit 38cff28214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/csharp/Grpc.Core/buildTransitive/net45/Grpc.Core.targets

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Ensure projects which depend on projects which depend on Grpc.Core recieve this build logic. -->
<!-- Ensure projects which depend on projects which depend on Grpc.Core receive this build logic. -->
<!-- We still need both "build" and "buildTransitive" directories since "buildTransitive" is only supported starting from nuget 5.0 -->
<Import Project="$(MSBuildThisFileDirectory)..\..\build\net45\Grpc.Core.targets" />
</Project>

Loading…
Cancel
Save