|
@@ -17,8 +17,6 @@
|
|
<PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
|
|
<PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
|
|
<RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
|
|
- <IncludeSymbols>true</IncludeSymbols>
|
|
|
|
- <IncludeSource>true</IncludeSource>
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<!--
|
|
<!--
|
|
@@ -30,4 +28,8 @@
|
|
<TargetFrameworks>netstandard1.0</TargetFrameworks>
|
|
<TargetFrameworks>netstandard1.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.6" PrivateAssets="All" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+
|
|
</Project>
|
|
</Project>
|