Skip to content

Commit

Permalink
Updated readme for .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski authored May 23, 2022
1 parent 5264050 commit 2a472ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Using Windows and Visual Studio is preferred so all platforms can be built and
editor design surfaces are available.

1. You will need to install:
1. [Visual Studio 2019](https://visualstudio.microsoft.com/vs/community/)
2. [.NET Core 5.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
1. [Visual Studio 2022](https://visualstudio.microsoft.com/vs/community/)
2. [.NET Core 6.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
3. [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/dotnet-framework/net462)
2. Open the `Exceptionless.Net.sln` Visual Studio solution file.
3. Select `Exceptionless.SampleConsole` as the startup project.
Expand All @@ -44,7 +44,7 @@ build windows specific packages.

1. You will need to install:
1. [Visual Studio Code](https://code.visualstudio.com)
2. [.NET Core 5.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
2. [.NET Core 6.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
2. Open the cloned Exceptionless.Net folder.
3. Run the `Exceptionless.SampleConsole` project by pressing `F5` to start the console.

Expand Down

0 comments on commit 2a472ed

Please sign in to comment.