Skip to content

Commit

Permalink
add supported .NET Versions (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi authored Jun 24, 2020
1 parent d3aab29 commit a51b7dc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# SpecFlow - Cucumber for .NET

SpecFlow is a pragmatic BDD solution for .NET. It uses the Gherkin specification language and integrates to Visual Studio. It provides efficient testing solution for the .NET-related platforms, like .NET Desktop Framework, .NET Core and Mono.
SpecFlow is a pragmatic BDD solution for .NET. It uses the Gherkin specification language and integrates to Visual Studio. It provides efficient testing solution for the .NET-related platforms, like .NET Framework, .NET Core and Mono.

- Project website: [https://www.specflow.org](https://www.specflow.org)
- Documentation: [https://www.specflow.org/documentation/](https://www.specflow.org/documentation/)
- Discussion group: [https://groups.google.com/group/SpecFlow](https://groups.google.com/group/SpecFlow)

For questions please send them to the [Discussion group](https://groups.google.com/group/SpecFlow).

For issues/bugs please use the [issue tracker on GitHub](https://github.com/techtalk/SpecFlow/issues).
For issues/bugs please use the [issue tracker on GitHub](https://github.com/SpecFlowOSS/SpecFlow/issues).

Supported .NET Versions:

- .NET Framework: >= 4.6.1
- .NET Core: we are following the same support policy as Microsoft (<https://dotnet.microsoft.com/platform/support/policy/dotnet-core>)

## Build status
Continuous integration: [![Build Status](https://dev.azure.com/specflow/SpecFlow/_apis/build/status/SpecFlow.CI?branchName=master)](https://dev.azure.com/specflow/SpecFlow/_build/latest?definitionId=2&branchName=master)
Expand Down

0 comments on commit a51b7dc

Please sign in to comment.