SpecNuts support .net core - #4
Conversation
… by .netstandard2.0
…move packages.config for UnitTest
…ramework to .netcoreapp2.1
|
The used CI image use msbuild version 14 (VS2015), is it possible to update CI image to a version which support new project format (VS2017 or VS2019)? |
|
Can you please review this and push a new Nuget package? I'm also interested in these changes as we'd like to migrate our Specflow tests to NET Core as well. Thank you, |
|
I have built & integrated the two assemblies ( I'm suspecting that it is related to https://github.com/techtalk/SpecFlow/issues/1348 (even if I'm doing the registration in Have you've also seen this behavior? Do you have any workaround? Thanks, |
|
It looks that I was missing the new Also I've updated Thank you for your work, looking forward to see this merged and released to .nuget so we don't have to reference the actual .dlls any longer. |
I have updated SpecNuts to use TargetFramework "netstandard2.0". With this changes .net full 4.6.1 and .net core 2.0 are support. I have only tested with .net core on macOS.