Răsfoiți Sursa

Fix repository URL in C# project file

Jon Skeet 8 ani în urmă
părinte
comite
71f2f0d76c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>