Skip to content

Commit

Permalink
Upgrade System.Linq.Async dependency in WCL (netstandard2.1).
Browse files Browse the repository at this point in the history
The old pre-release will cause MissingMethodException of the following method on .NET Core 3.0:
System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1<System.__Canon> System.Threading.Tasks.TaskExtensions.WithCancellation(System.Collections.Generic.IAsyncEnumerable`1<System.__Canon>, System.Threading.CancellationToken)
  • Loading branch information
CXuesong committed Aug 4, 2019
1 parent c447155 commit 0e73188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WikiClientLibrary/WikiClientLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Linq.Async" Version="4.0.0-preview.1.build.745" />
<PackageReference Include="System.Linq.Async" Version="4.0.0-preview.6.build.801" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0e73188

Please sign in to comment.