Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit bc053b5

Browse files
ajeckmansstajs
authored andcommitted
Add .net core 2.1 target (#83)
* added support for .net core 2.1 * remove wrongfully added project attribute * run tests
1 parent ad62ce7 commit bc053b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SpecFlow.NetCore/SpecFlow.NetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Generate tests from SpecFlow feature files inside .NET Core projects.</Description>
55
<Authors>stajs</Authors>
6-
<TargetFrameworks>netcoreapp2.0;net46;net461</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1;net46;net461</TargetFrameworks>
77
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64</RuntimeIdentifiers>
88
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net46' OR '$(TargetFramework)' == 'net461' ">win7-x86</RuntimeIdentifier>
99
<AssemblyName>dotnet-SpecFlow.NetCore</AssemblyName>

0 commit comments

Comments
 (0)