PersistentState and IPersistentState require to reference Microsoft.Orleans.Runtime
AntonPetrov83 opened this issue · 0 comments
AntonPetrov83 commented
Hi!
I am creating an assembly with grains: MyProject.Grains
and according to the documentation (see Migration Guide, Tutorial) I am referenceing only Microsoft.Orleans.Sdk
.
But PersistentState
and IPersistentState
force me to reference Microsoft.Orleans.Runtime
too.
Is it all right?