loopooo
Results
2
issues of
loopooo
Elsa.Workflows.Core dependencies on System.ComponentModel.Annotations(>= 6.0.0-preview.4.21253.7),but in [nuget](https://www.nuget.org/packages/System.ComponentModel.Annotations/) we cann't find it,the current version is 5.0.0. So,how to fix it?
``` builder.Root = new Sequence { Activities = { new If(context => context.GetContext() != null) { Then = new Fork{ Branches = { While.True(new Sequence(){ Activities = { new HttpEndpoint...