mirror of https://github.com/grpc/grpc.git
parent
9936d7785c
commit
94edf0e21f
27 changed files with 14 additions and 83 deletions
@ -1,3 +1,4 @@ |
||||
<Project> |
||||
<Import Project="build\dependencies.props" /> |
||||
<Import Project="build\common.props" /> |
||||
</Project> |
@ -0,0 +1,9 @@ |
||||
<Project> |
||||
<!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 --> |
||||
<ItemGroup> |
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0"> |
||||
<PrivateAssets>all</PrivateAssets> |
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
||||
</PackageReference> |
||||
</ItemGroup> |
||||
</Project> |
Loading…
Reference in new issue