dotnet-state-machine / stateless

A simple library for creating state machines in C# code
Other
5.6k stars 766 forks source link

Update example apps to net6.0 #520

Closed leeoades closed 1 year ago

leeoades commented 1 year ago

netcoreapp2.1 apps have a known vulnerability, which my IDE is keen to point out every time I load the stateless solution. I see little harm in updating them to net6.0?

mclift commented 1 year ago

I've been thinking about some housekeeping tasks like this too. Thanks, @leeoades