appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
488 stars 128 forks source link

.NET Standard 2.0 support #76

Closed 0x6C6F closed 3 years ago

0x6C6F commented 3 years ago

What plans are being followed to make the statemachine available for .NET Standard 2.0? Or are there also plans for .NET Framework?

ursenzler commented 3 years ago

The state machine targets .Net Standard 1.3. See the following link for compatible runtimes: https://docs.microsoft.com/en-us/dotnet/standard/net-standard