jediwhale / fitsharp

Functional testing tools for .NET

Home Page:http://fitsharp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Core runner

kayjtea opened this issue · comments

commented

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

Thanks!

commented

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

commented

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?

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