Fix repository URL in C# project file

pull/3378/head
Jon Skeet 8 years ago committed by Jon Skeet
parent 727c0dc1fa
commit 71f2f0d76c
  1. 2
      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>

Loading…
Cancel
Save