aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-04-20 12:52:55 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-04-20 12:53:19 +0200
commit85570890f86f7bb011fbc6934f113bd47e99a0d9 (patch)
tree9ce1172518fd3fc5a22f4065056107a58b5229b8 /examples/csharp
parent2abcac2d7a1e34d562efeeecfc43f7553befd9c7 (diff)
remove C# global.json files
Diffstat (limited to 'examples/csharp')
-rw-r--r--examples/csharp/helloworld-from-cli/global.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/csharp/helloworld-from-cli/global.json b/examples/csharp/helloworld-from-cli/global.json
deleted file mode 100644
index e4b797ee8e..0000000000
--- a/examples/csharp/helloworld-from-cli/global.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "sdk": {
- "version": "1.0.0"
- }
-}