Skip to content

Commit

Permalink
Updated net. core to version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 3, 2020
1 parent 282b90e commit a91e5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2-sdk-stretch
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
LABEL maintainer "Ocaramba <ocaramba@objectivity.co.uk>"
#=========
# Midnight Commander, lbzip2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Test Framework was designed in Objectivity to propose common way how people shou
Project API documentation can be found here: http://objectivityltd.github.io/Ocaramba<br /><br />

**It provides following features:**
- .NET Framework 4.7.2 and .NET Core 2.2 supported
- .NET Framework 4.7.2 and .NET Core 3.1 supported
- Cross-Platform Windows, Linux and macOS systems supported
- Ready for parallel tests execution, more details [here](https://github.com/ObjectivityLtd/Ocaramba/wiki/Selenium%20Parallel%20tests%20execution)
- Possibility to use MSTest, NUnit or xUNIT framework
Expand Down

0 comments on commit a91e5a0

Please sign in to comment.