File size: 2,564 Bytes
7b715bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AndroidProvisioningPartner.v1 Client Library</Title>
<Version>1.69.0.3742</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/google/google-api-dotnet-client</RepositoryUrl>
<PackageIconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</PackageIconUrl>
<PackageIcon>NuGetIcon.png</PackageIcon>
<Description>
Google APIs Client Library for working with Androiddeviceprovisioning v1.
Product documentation is available at:
https://developers.google.com/zero-touch/
API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AndroidProvisioningPartner.v1/latest/api/Google.Apis.AndroidProvisioningPartner.v1.html
The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AndroidProvisioningPartner.v1
Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
- .NET 6.0+
Incompatible platforms:
- .NET Framework < 4.6.2
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin/MAUI
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
</Description>
</PropertyGroup>
<ItemGroup>
<None Include="../../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../../NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>
<!-- build properties -->
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\google.apis.snk</AssemblyOriginatorKeyFile>
<DebugType>portable</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1570,1587,1591</NoWarn>
</PropertyGroup>
<!-- common dependencies -->
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.69.0" />
</ItemGroup>
</Project>
|