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 28, 2024
1 parent 40e83c5 commit cba7759
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.9.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 Asset Inventory API (v1).</Description>
<PackageTags>asset;inventory;assets;Google;Cloud</PackageTags>
Expand All @@ -13,7 +13,7 @@
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.OrgPolicy.V1" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.OsConfig.V1" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.Identity.AccessContextManager.V1" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.Identity.AccessContextManager.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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 Binary Authorization API v1, providing policy control for images deployed to Kubernetes Engine clusters.</Description>
<PackageTags>binary;authorization;policy;control;kubernetes;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="Grafeas.V1" Version="3.5.0" />
<PackageReference Include="Grafeas.V1" Version="3.6.0" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components.</Description>
<PackageTags>Error;Reporting;Stackdriver;ExceptionLogger;Trace;Diagnostics;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.V2" Version="[4.2.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Trace.V1" Version="[3.3.0, 4.0.0)" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<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>Log4Net client library for the Google Cloud Logging API.</Description>
<PackageTags>Log4Net;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.DevTools.Common" Version="[3.1.1, 4.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.2.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="log4net" Version="2.0.14" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.0.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>NLog target for the Google Cloud Logging API.</Description>
<PackageTags>NLog;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.DevTools.Common" Version="[3.1.1, 4.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.2.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.DevTools.Common" Version="[3.2.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Logging.V2" Version="[4.3.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="NLog" Version="5.2.8" />
</ItemGroup>
Expand Down

0 comments on commit cba7759

Please sign in to comment.