|
|
@ -1,4 +1,4 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
|
|
|
<Import Project="..\Grpc.Core\Version.csproj.include" /> |
|
|
|
<Import Project="..\Grpc.Core\Version.csproj.include" /> |
|
|
|
<Import Project="..\Grpc.Core\Common.csproj.include" /> |
|
|
|
<Import Project="..\Grpc.Core\Common.csproj.include" /> |
|
|
@ -23,7 +23,9 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" /> |
|
|
|
<ProjectReference Include="../Grpc.Core/Grpc.Core.csproj"> |
|
|
|
|
|
|
|
<PrivateAssets>None</PrivateAssets> |
|
|
|
|
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
|
|
|