|
|
@ -15,10 +15,11 @@ |
|
|
|
<PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags> |
|
|
|
<PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags> |
|
|
|
<PackageReleaseNotes>C# proto3 support</PackageReleaseNotes> |
|
|
|
<PackageReleaseNotes>C# proto3 support</PackageReleaseNotes> |
|
|
|
<PackageProjectUrl>https://github.com/protocolbuffers/protobuf</PackageProjectUrl> |
|
|
|
<PackageProjectUrl>https://github.com/protocolbuffers/protobuf</PackageProjectUrl> |
|
|
|
<PackageLicenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</PackageLicenseUrl> |
|
|
|
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
<RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl> |
|
|
|
<RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl> |
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
|
|
<!-- Include PDB in the built .nupkg --> |
|
|
|
<!-- Include PDB in the built .nupkg --> |
|
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
|
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|