aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker
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.QpsWorker
parentf32d3a79b561fc887b91e2bdd5051cf06df502e2 (diff)
PackageTargetFallback not necessary
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker')
-rwxr-xr-xsrc/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj
index 92ed20b039..3ecefe3bc4 100755
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj
@@ -9,7 +9,6 @@
<OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.QpsWorker</PackageId>
<ServerGarbageCollection>true</ServerGarbageCollection>
- <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net45</PackageTargetFallback>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>