Added Packages
This commit is contained in:
26
3d Prototyp/Assets/Packages/Google.Api.CommonProtos.2.15.0/Google.Api.CommonProtos.nuspec
vendored
Normal file
26
3d Prototyp/Assets/Packages/Google.Api.CommonProtos.2.15.0/Google.Api.CommonProtos.nuspec
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Google.Api.CommonProtos</id>
|
||||
<version>2.15.0</version>
|
||||
<title>Google API Common Protos</title>
|
||||
<authors>Google LLC</authors>
|
||||
<license type="expression">BSD-3-Clause</license>
|
||||
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
|
||||
<icon>NuGetIcon.png</icon>
|
||||
<projectUrl>https://github.com/googleapis/gax-dotnet</projectUrl>
|
||||
<iconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</iconUrl>
|
||||
<description>Common Protocol Buffer messages for Google APIs</description>
|
||||
<copyright>Copyright 2020 Google LLC</copyright>
|
||||
<tags>Google</tags>
|
||||
<repository type="git" url="https://github.com/googleapis/gax-dotnet" commit="4675989b0664e260626a9437f68937e8ce44b3f2" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.1">
|
||||
<dependency id="Google.Protobuf" version="[3.25.0, 4.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Google.Protobuf" version="[3.25.0, 4.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user