22 lines
978 B
XML
22 lines
978 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Grpc.Tools</id>
|
|
<version>2.65.0</version>
|
|
<authors>The gRPC Authors</authors>
|
|
<developmentDependency>true</developmentDependency>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<icon>packageIcon.png</icon>
|
|
<readme>README.md</readme>
|
|
<projectUrl>https://github.com/grpc/grpc</projectUrl>
|
|
<description>gRPC and Protocol Buffer compiler for C# projects</description>
|
|
<copyright>Copyright 2018 The gRPC Authors</copyright>
|
|
<tags>gRPC RPC HTTP/2</tags>
|
|
<repository type="git" url="https://github.com/grpc/grpc.git" commit="45479fda2a083c4e46310b9bb6e45e625e381269" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.5" />
|
|
<group targetFramework=".NETStandard1.3" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |