From 958fdf39af84d8b4cd8e3c534c64a37109bf39e2 Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko Date: Tue, 26 Mar 2019 13:54:35 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c6d3b..9c487e3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Install **ReportPortal.NUnit** NuGet package into your project with tests. > PS> Install-Package ReportPortal.NUnit -> Note: Skip this section if you execute tests in Visual Studio Test Explorer with `NUnit3TestAdapter` package. `.netcore` not yet supported. +> Note: Skip this section if you execute tests in Visual Studio Test Explorer with `NUnit3TestAdapter` package. `NUnit3TestAdapter 3.13.0` and `ReportPortal.NUnit 3.7.0` starts to support `.net core 2`. Execute your netcore tests in Visual Studio Test Explorer, or via `dotnet test` or `dotnet vstest`. To enable NUnit extension you have to add `ReportPortal.addins` file in the folder where NUnit Runner is located. The content of the file should contain line with relative path to the `ReportPortal.NUnitExtension.dll`. To read more about how NUnit is locating extensions please follow [this](https://github.com/nunit/docs/wiki/Engine-Extensibility#locating-addins).