Added Packages
This commit is contained in:
40
3d Prototyp/Assets/Packages/Google.Apis.Auth.1.67.0/Google.Apis.Auth.nuspec
vendored
Normal file
40
3d Prototyp/Assets/Packages/Google.Apis.Auth.1.67.0/Google.Apis.Auth.nuspec
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Google.Apis.Auth</id>
|
||||
<version>1.67.0</version>
|
||||
<title>Google APIs 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 Client Library is a runtime client for working with Google services.
|
||||
|
||||
This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.</description>
|
||||
<copyright>Copyright 2021 Google LLC</copyright>
|
||||
<tags>Google</tags>
|
||||
<repository type="git" url="https://github.com/googleapis/google-api-dotnet-client" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Google.Apis.Core" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Google.Apis" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Management" version="7.0.2" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Google.Apis.Core" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Google.Apis" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Management" version="7.0.2" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Google.Apis.Core" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Google.Apis" version="1.67.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Management" version="7.0.2" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.6.2" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user