Skip to content

Commit

Permalink
feat: Change netstandard2.1 target to netstandard2.0
Browse files Browse the repository at this point in the history
This allows libraries targeting netstandard2.0 to depend on this library.
  • Loading branch information
jskeet committed Mar 27, 2024
1 parent 34adf97 commit 7707366
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 46 deletions.
Expand Up @@ -2,13 +2,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Protobuf messages for Google Cloud App Engine logs.</Description>
<PackageTags>app;engine;appengine;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.1.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.2.0, 5.0.0)" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.12.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Bigtable Instance and Table Admin APIs.</Description>
<PackageTags>Bigtable;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Bigtable.Common.V2" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Bigtable.Common.V2" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
Expand Down
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.10.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Bigtable API.</Description>
<PackageTags>Bigtable;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Bigtable.Common.V2" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Bigtable.Common.V2" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.4.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>The Cloud Filestore API is used for creating and managing cloud file servers.</Description>
<PackageTags>Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Common" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Common" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
Expand Down
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Workspace Add-ons API</Description>
<PackageTags>gsuite;workspace;add-ons;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Apps.Script.Type" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.Apps.Script.Type" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud KMS Inventory API.</Description>
<PackageTags>kms;keys;cryptography;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Kms.V1" Version="[3.9.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Kms.V1" Version="[3.10.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Logging API, which writes log entries and manages your logs, log sinks, and logs-based metrics.</Description>
<PackageTags>Logging;Stackdriver;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.1.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.2.0, 5.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.3.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to manage OS login configuration for Google account users.</Description>
<PackageTags>OsLogin;Login;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.OsLogin.Common" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.OsLogin.Common" Version="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.0.0-beta07</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to manages OS login configuration for Google account users.</Description>
<PackageTags>OsLogin;Login;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.OsLogin.Common" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.OsLogin.Common" Version="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Policy Troubleshooter for IAM API, which helps you understand why a user has access to a resource or doesn't have permission to call an API.</Description>
<PackageTags>authorization;authentication;Google;Cloud</PackageTags>
Expand All @@ -11,7 +11,7 @@
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V2" Version="[1.1.0, 2.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V2" Version="[1.2.0, 2.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Service Control API, which provides control plane functionality to managed services, such as logging, monitoring, and status checks.</Description>
<PackageTags>control;services;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.1.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.Type" Version="[4.2.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.4.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Workflow Executions API v1, used to manage user-provided workflows.</Description>
<PackageTags>workflows;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1" Version="[2.4.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-beta03</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Workflow Executions API v1beta, used to manage user-provided workflows.</Description>
<PackageTags>workflows;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1Beta" Version="[2.0.0-beta03, 3.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1Beta" Version="[2.0.0-beta04, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.3.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Workflows API v1.</Description>
<PackageTags>workflows;Google;Cloud</PackageTags>
Expand All @@ -11,7 +11,7 @@
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1" Version="[2.4.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-beta03</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Workflows API v1beta.</Description>
<PackageTags>workflows;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1Beta" Version="[2.0.0-beta03, 3.0.0)" />
<PackageReference Include="Google.Cloud.Workflows.Common.V1Beta" Version="[2.0.0-beta04, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.3.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Identity Access Context Manager API V1.</Description>
<PackageTags>identity;Google;Cloud</PackageTags>
Expand All @@ -11,7 +11,7 @@
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Identity.AccessContextManager.Type" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.Identity.AccessContextManager.Type" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Address Validation API, which allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.</Description>
<PackageTags>addresses;validation;geocoding;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Geo.Type" Version="[1.1.0, 2.0.0)" />
<PackageReference Include="Google.Geo.Type" Version="[1.2.0, 2.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Fleet Engine Delivery API (v1), which enables access to Deliveries Solutions.</Description>
<PackageTags>deliveries;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Geo.Type" Version="[1.1.0, 2.0.0)" />
<PackageReference Include="Google.Geo.Type" Version="[1.2.0, 2.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>

0 comments on commit 7707366

Please sign in to comment.