aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Examples')
-rw-r--r--src/csharp/Grpc.Examples/project.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json
index f259459a71..e2b4c10422 100644
--- a/src/csharp/Grpc.Examples/project.json
+++ b/src/csharp/Grpc.Examples/project.json
@@ -1,14 +1,19 @@
{
- "compile": "**/*.cs",
-
- "content": "../nativelibs/**",
+ "buildOptions": {
+ "compile": "**/*.cs"
+ },
"dependencies": {
"Grpc.Core": "0.0.1",
"Google.Protobuf": "3.0.0-beta3"
},
"frameworks": {
- "net45": { },
+ "net45": {
+ "frameworkAssemblies": {
+ "System.Runtime": "",
+ "System.IO": ""
+ }
+ },
"dotnet54": {
"imports": [
"portable-net45"