Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit cba7759

Browse files
committed
feat: Change netstandard2.1 target to netstandard2.0
This allows libraries targeting netstandard2.0 to depend on this library.
1 parent 40e83c5 commit cba7759

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>3.9.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 Google Cloud Asset Inventory API (v1).</Description>
88
<PackageTags>asset;inventory;assets;Google;Cloud</PackageTags>
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
1414
<PackageReference Include="Google.Cloud.OrgPolicy.V1" Version="[3.2.0, 4.0.0)" />
1515
<PackageReference Include="Google.Cloud.OsConfig.V1" Version="[2.3.0, 3.0.0)" />
16-
<PackageReference Include="Google.Identity.AccessContextManager.V1" Version="[2.3.0, 3.0.0)" />
16+
<PackageReference Include="Google.Identity.AccessContextManager.V1" Version="[2.4.0, 3.0.0)" />
1717
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
1818
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1919
</ItemGroup>

apis/Google.Cloud.BinaryAuthorization.V1/Google.Cloud.BinaryAuthorization.V1/Google.Cloud.BinaryAuthorization.V1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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>Recommended Google client library to access the Google Cloud Binary Authorization API v1, providing policy control for images deployed to Kubernetes Engine clusters.</Description>
88
<PackageTags>binary;authorization;policy;control;kubernetes;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13-
<PackageReference Include="Grafeas.V1" Version="3.5.0" />
13+
<PackageReference Include="Grafeas.V1" Version="3.6.0" />
1414
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1515
</ItemGroup>
1616
</Project>

apis/Google.Cloud.Diagnostics.Common/Google.Cloud.Diagnostics.Common/Google.Cloud.Diagnostics.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>5.2.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components.</Description>
88
<PackageTags>Error;Reporting;Stackdriver;ExceptionLogger;Trace;Diagnostics;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.2.0, 5.0.0)" />
13+
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
1414
<PackageReference Include="Google.Cloud.Trace.V1" Version="[3.3.0, 4.0.0)" />
1515
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
1616
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />

apis/Google.Cloud.Logging.Log4Net/Google.Cloud.Logging.Log4Net/Google.Cloud.Logging.Log4Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>4.2.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Log4Net client library for the Google Cloud Logging API.</Description>
88
<PackageTags>Log4Net;Logging;Stackdriver;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.1.1, 4.0.0)" />
14-
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.2.0, 5.0.0)" />
13+
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.2.0, 4.0.0)" />
14+
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
1515
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1616
<PackageReference Include="log4net" Version="2.0.14" />
1717
</ItemGroup>

apis/Google.Cloud.Logging.NLog/Google.Cloud.Logging.NLog/Google.Cloud.Logging.NLog.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Version>5.0.0</Version>
5-
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>NLog target for the Google Cloud Logging API.</Description>
88
<PackageTags>NLog;Logging;Stackdriver;Google;Cloud</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.1.1, 4.0.0)" />
14-
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.2.0, 5.0.0)" />
13+
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.2.0, 4.0.0)" />
14+
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
1515
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1616
<PackageReference Include="NLog" Version="5.2.8" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)