Skip to content

Commit

Permalink
Merge pull request #9 from WeiranFang/master
Browse files Browse the repository at this point in the history
Update csproj for release.
  • Loading branch information
WeiranFang authored Aug 7, 2018
2 parents e324f14 + 338bc71 commit b6f9d82
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Grpc.Gcp/Grpc.Gcp/Grpc.Gcp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,28 @@

<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<Company>Google Inc.</Company>
<Authors>Google Inc.</Authors>
<Description>
Extension for supporting Google Cloud Platform specific features for gRPC.

Disclaimer: this package is experimental and is not production ready.
</Description>
<Copyright>Copyright 2018, Google Inc.</Copyright>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/GoogleCloudPlatform/grpc-gcp-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/GoogleCloudPlatform/grpc-gcp-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Google;Cloud;Grpc;GCP</PackageTags>
<Version>0.1.0</Version>
<PackageReleaseNotes>Initial release with core functionalities.</PackageReleaseNotes>
</PropertyGroup>

<!--
- Override target frameworks on non-Windows to just .NET Standard
-->
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
<TargetFrameworks>netstandard1.5</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b6f9d82

Please sign in to comment.