aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.StressClient
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-05 14:22:48 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-05 17:09:58 +0200
commit398435122a74f3f6a9f282531bfa91739ac39808 (patch)
treec5ef671c23fc2c2b31a99c9c2328f38d17f6eee4 /src/csharp/Grpc.IntegrationTesting.StressClient
parentf32d3a79b561fc887b91e2bdd5051cf06df502e2 (diff)
PackageTargetFallback not necessary
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient')
-rwxr-xr-xsrc/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj b/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj
index fef23633cc..22272547f6 100755
--- a/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj
+++ b/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj
@@ -8,7 +8,6 @@
<AssemblyName>Grpc.IntegrationTesting.StressClient</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.StressClient</PackageId>
- <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net45</PackageTargetFallback>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>