Skip to content

Commit 82bea85

Browse files
Jon Skeetjskeet
authored andcommitted
feat: Change netstandard2.1 target to netstandard2.0
This allows libraries targeting netstandard2.0 to depend on this library.
1 parent ed48f7b commit 82bea85

244 files changed

Lines changed: 780 additions & 780 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.0.0-alpha17</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Analytics Admin API (v1alpha)</Description>
88
<PackageTags>analytics;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>1.0.0-beta05</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Analytics Admin API (v1beta)</Description>
88
<PackageTags>analytics;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.0.0-beta05</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Analytics Data API (v1beta)</Description>
88
<PackageTags>analytics;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
13-
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13+
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
1414
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1515
</ItemGroup>
1616
</Project>

apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>1.0.0-beta01</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.</Description>
88
<PackageTags>events;workspace;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
13-
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13+
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
1414
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1515
</ItemGroup>
1616
</Project>

apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/Google.Apps.Meet.V2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>1.0.0-beta02</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to create and manage meetings in Google Meet.</Description>
88
<PackageTags>meet;collaboration;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>1.0.0-beta03</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Create and manage meetings in Google Meet.</Description>
88
<PackageTags>meet;video-conferencing;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

apis/Google.Apps.Script.Type/Google.Apps.Script.Type/Google.Apps.Script.Type.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.2.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Version-agnostic types for Apps Script APIs.</Description>
88
<PackageTags>gsuite;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.CommonProtos" Version="[2.14.0, 3.0.0)" />
12+
<PackageReference Include="Google.Api.CommonProtos" Version="[2.15.0, 3.0.0)" />
1313
</ItemGroup>
1414
</Project>

apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.0.0-alpha03</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Area 120 Tables API</Description>
88
<PackageTags>tables;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.25.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the AI Platform API, which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort.</Description>
88
<PackageTags>ai;ml;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.1.0, 4.0.0)" />
14-
<PackageReference Include="Google.Cloud.Location" Version="[2.1.0, 3.0.0)" />
15-
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13+
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
14+
<PackageReference Include="Google.Cloud.Location" Version="[2.2.0, 3.0.0)" />
15+
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
1616
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1717
</ItemGroup>
1818
</Project>

apis/Google.Cloud.AccessApproval.V1/Google.Cloud.AccessApproval.V1/Google.Cloud.AccessApproval.V1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>2.3.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>An API for controlling access to data by Google personnel.</Description>
88
<PackageTags>access;approval;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
12+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
1313
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)