You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
1.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Google.Apis.Core</id>
<version>1.70.0</version>
<title>Google APIs Core Client Library</title>
<authors>Google LLC</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/googleapis/google-api-dotnet-client</projectUrl>
<iconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</iconUrl>
<description>The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.</description>
<copyright>Copyright 2021 Google LLC</copyright>
<tags>Google</tags>
<repository type="git" url="https://github.com/googleapis/google-api-dotnet-client" commit="9a4236184dde96e33770d89b7827e4ee757bfe69" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.6.2" />
</frameworkAssemblies>
</metadata>
</package>