aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/csharp/keys
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:06:26 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:06:26 +0200
commit868060b2925a98a22c4a2e760dd38da0bef6146c (patch)
tree8cadd68b0503dae8605144feaa3fba1b20804821 /third_party/protobuf/3.6.0/csharp/keys
parenta2cac548616e6e6f433df27146c2971f352a4041 (diff)
Revert "Update protobuf to 3.6.0. Fixes #5439"
Diffstat (limited to 'third_party/protobuf/3.6.0/csharp/keys')
-rw-r--r--third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.public.snkbin160 -> 0 bytes
-rw-r--r--third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.snkbin596 -> 0 bytes
-rw-r--r--third_party/protobuf/3.6.0/csharp/keys/README.md9
3 files changed, 0 insertions, 9 deletions
diff --git a/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.public.snk b/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.public.snk
deleted file mode 100644
index 59cd36985f..0000000000
--- a/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.public.snk
+++ /dev/null
Binary files differ
diff --git a/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.snk b/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.snk
deleted file mode 100644
index 7515443ca9..0000000000
--- a/third_party/protobuf/3.6.0/csharp/keys/Google.Protobuf.snk
+++ /dev/null
Binary files differ
diff --git a/third_party/protobuf/3.6.0/csharp/keys/README.md b/third_party/protobuf/3.6.0/csharp/keys/README.md
deleted file mode 100644
index ede673573e..0000000000
--- a/third_party/protobuf/3.6.0/csharp/keys/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-Contents
---------
-
-- Google.Protobuf.public.snk:
- Public key to verify strong name of Google.Protobuf assemblies.
-- Google.Protobuf.snk:
- Signing key to provide strong name of Google.Protobuf assemblies.
- As per [Microsoft guidance](https://msdn.microsoft.com/en-us/library/wd40t7ad(v=vs.110).aspx)
- signing key should be checked into the repository.