diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-11-27 17:58:51 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-11-30 13:04:33 +0100 |
commit | ba6b1c215c7249205496d73fcbba94ef111baa29 (patch) | |
tree | fbeccb558d044bc038bd149abb152829d0ef894e /src/csharp/Grpc.IntegrationTesting | |
parent | 8f9dd2a24c11f248a37567c377f8702ee1b09d97 (diff) |
switch netcoreapp1.0->1.1
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rwxr-xr-x | src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index 8daf3fa98b..c342f8a107 100755 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -4,7 +4,7 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> - <TargetFrameworks>net45;netcoreapp1.0</TargetFrameworks> + <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <AssemblyName>Grpc.IntegrationTesting</AssemblyName> <OutputType>Exe</OutputType> <PackageId>Grpc.IntegrationTesting</PackageId> |