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