Explorar o código

Fix repository URL in C# project file

Jon Skeet %!s(int64=8) %!d(string=hai) anos
pai
achega
71f2f0d76c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

+ 1 - 1
csharp/src/Google.Protobuf/Google.Protobuf.csproj

@@ -16,7 +16,7 @@
     <PackageProjectUrl>https://github.com/google/protobuf</PackageProjectUrl>
     <PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
     <RepositoryType>git</RepositoryType>
-    <RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
+    <RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
     <IncludeSymbols>true</IncludeSymbols>
     <IncludeSource>true</IncludeSource>
   </PropertyGroup>