Skip to content

Commit 2a472ed

Browse files
authored
Updated readme for .NET 6
1 parent 5264050 commit 2a472ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Using Windows and Visual Studio is preferred so all platforms can be built and
2929
editor design surfaces are available.
3030

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

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

0 commit comments

Comments
 (0)