Skip to content

Commit

Permalink
Add an explicit reference to Microsoft.Bcl.AsyncInterfaces pack… (#6031)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybykov authored and ReubenBond committed Oct 10, 2019
1 parent 3e038b6 commit 61c89e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Orleans.Core/Orleans.Core.csproj
Expand Up @@ -38,6 +38,7 @@
<PackageReference Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" />
<PackageReference Include="System.Reflection.Emit" Version="$(SystemReflectionEmitVersion)" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="$(SystemReflectionEmitVersion)" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit 61c89e5

Please sign in to comment.