aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Testing
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-01 19:44:27 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-01 19:44:27 +0200
commitd0d336c748e0722cae3043b794cad589f436a6ef (patch)
treed4d506fefe0ca51b1d46fe10782daa22d3526f10 /src/csharp/Grpc.Core.Testing
parentc9c3d2aaaaaefad171b28b82994cc09b381c9a8f (diff)
remove bad .NET45 references
Diffstat (limited to 'src/csharp/Grpc.Core.Testing')
-rwxr-xr-xsrc/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
index 4ada8dea6a..4e186d14dc 100755
--- a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
+++ b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
@@ -32,8 +32,6 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
- <Reference Include="System.Runtime" />
- <Reference Include="System.IO" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>