error CS0012: The type 'ValueTask<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Might be related to #1180?
> dotnet --version
3.0.100-preview6-011910
<TargetFramework>netstandard2.1</TargetFramework>
<NetStandardImplicitPackageVersion>2.1.0-prerelease.19265.2</NetStandardImplicitPackageVersion>
@ericstj is this related to the recent shim issues?
Yeah, this is the same as https://github.com/dotnet/corefx/issues/36719. Fix is in, it's just flowing up through the branches now. /cc @wtgodbe
Resolved (a long time ago?), thanks.
Most helpful comment
Yeah, this is the same as https://github.com/dotnet/corefx/issues/36719. Fix is in, it's just flowing up through the branches now. /cc @wtgodbe