diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-09-05 14:22:48 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-09-05 17:09:58 +0200 |
commit | 398435122a74f3f6a9f282531bfa91739ac39808 (patch) | |
tree | c5ef671c23fc2c2b31a99c9c2328f38d17f6eee4 /src/csharp/Grpc.IntegrationTesting | |
parent | f32d3a79b561fc887b91e2bdd5051cf06df502e2 (diff) |
PackageTargetFallback not necessary
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rwxr-xr-x | src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index b0de1dc560..c02c9844e3 100755 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -8,7 +8,6 @@ <AssemblyName>Grpc.IntegrationTesting</AssemblyName> <OutputType>Exe</OutputType> <PackageId>Grpc.IntegrationTesting</PackageId> - <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);portable-net45</PackageTargetFallback> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> |