add netstandard2.0 target for Grpc.* packages

pull/18351/head
Jan Tattermusch 6 years ago
parent 2db08e086c
commit fac3ec2563
  1. 2
      src/csharp/Grpc.Auth/Grpc.Auth.csproj
  2. 2
      src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj
  3. 2
      src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj
  4. 2
      src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
  5. 2
      src/csharp/Grpc.Core/Grpc.Core.csproj
  6. 2
      src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
  7. 2
      src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
  8. 2
      src/csharp/Grpc/Grpc.csproj

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<!-- This package only carries native debug symbols -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0</TargetFrameworks>
<!-- This is only a metapackage -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>

Loading…
Cancel
Save