Fix Grpc.Core.Api assembly version

pull/18486/head
James Newton-King 6 years ago
parent a3366c1b7f
commit 688ad6373b
No known key found for this signature in database
GPG Key ID: A66B2F456BF5526
  1. 4
      src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj
  2. 0
      src/csharp/Grpc.Core.Api/VersionInfo.cs
  3. 1
      src/csharp/Grpc.Core/ForwardedTypes.cs

@ -22,6 +22,10 @@
<Import Project="..\Grpc.Core\SourceLink.csproj.include" />
<ItemGroup>
<Compile Include="..\Grpc.Core\Version.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Interactive.Async" Version="3.2.0" />
</ItemGroup>

@ -51,5 +51,6 @@ using Grpc.Core.Utils;
[assembly:TypeForwardedToAttribute(typeof(ServiceBinderBase))]
[assembly:TypeForwardedToAttribute(typeof(Status))]
[assembly:TypeForwardedToAttribute(typeof(StatusCode))]
[assembly:TypeForwardedToAttribute(typeof(VersionInfo))]
[assembly:TypeForwardedToAttribute(typeof(WriteOptions))]
[assembly:TypeForwardedToAttribute(typeof(WriteFlags))]

Loading…
Cancel
Save