jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

.NET Core runner #154

Closed kayjtea closed 5 years ago

kayjtea commented 6 years ago

Repo is only building the .net framework runner.exe. Can someone point me to the .NET Core 2.0 runner?

Thanks!

kayjtea commented 5 years ago

Found it; needed to build it as it's not in the release yet. Thanks.

kayjtea commented 5 years ago

I could look into migrating source to .net core and support multi-target builds. Is this something that would be accepted as a pull request?

jediwhale commented 5 years ago

build.cmd builds for .net framework, buildcore.cmd builds for .net core. Nuget version 2.7 contains the .net core assemblies.