From 71f2f0d76ced8a47d72b31df0407ace65f000ac8 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 11 Jul 2017 14:48:20 +0100 Subject: Fix repository URL in C# project file --- csharp/src/Google.Protobuf/Google.Protobuf.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 4eebd99e..46418e39 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -16,7 +16,7 @@ https://github.com/google/protobuf https://github.com/google/protobuf/blob/master/LICENSE git - https://github.com/nodatime/nodatime.git + https://github.com/google/protobuf.git true true -- cgit v1.2.3