Is it possible to use Stateless with Visual Studio 2015 without using .NET Core?
https://github.com/dotnet-state-machine/stateless
When loading the project, I get a number of errors with the sample projects:
...\Code\stateless-dev\src\Stateless\Stateless.csproj : error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. ...\Code\stateless-dev\src\Stateless\Stateless.csproj
Adding the source files manually to the project also result in errors:
Any pointers? Thanks.