diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-07-26 16:01:13 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-07-30 04:16:08 +0800 |
commit | 36d15404f56760e0756d146fa2dc03d2dc72d09a (patch) | |
tree | 74401b908ad092419fda15a6017b652a00d33dd5 /templates/src/csharp/Grpc.IntegrationTesting | |
parent | 660333a87b5c95e9e2ab40d9629e8f7727e5fbec (diff) |
use netcoreapp1.0 for executable projects
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting')
-rw-r--r-- | templates/src/csharp/Grpc.IntegrationTesting/project.json.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template index f446fac7ef..0a7d5e9af4 100644 --- a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template +++ b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template @@ -24,12 +24,13 @@ "System.IO": "" } }, - "netstandard1.5": { + "netcoreapp1.0": { "imports": [ "portable-net45", "net45" ], "dependencies": { + "Microsoft.NETCore.App": "1.0.0", "NETStandard.Library": "1.6.0", "System.Linq.Expressions": "4.1.0" } |