Skip to content

Instantly share code, notes, and snippets.

@alistairjevans
Created October 24, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistairjevans/1c3e2934bf22c2dc05122967302d48c0 to your computer and use it in GitHub Desktop.
Save alistairjevans/1c3e2934bf22c2dc05122967302d48c0 to your computer and use it in GitHub Desktop.
Targeting netstandard2.0
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461' ">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0-preview1.19504.10" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment