Skip to content

Commit

Permalink
Updated readme to mention .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 29, 2024
1 parent e0c8185 commit 1104c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ editor design surfaces are available.

1. You will need to install:
1. [Visual Studio 2022](https://visualstudio.microsoft.com/vs/community/)
2. [.NET Core 6.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
2. [.NET Core 6.x & 8.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 @@ -43,7 +43,7 @@ build windows specific packages.

1. You will need to install:
1. [Visual Studio Code](https://code.visualstudio.com)
2. [.NET Core 6.x SDK with VS Tooling](https://dotnet.microsoft.com/download)
2. [.NET Core 6.x & 8.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 1104c47

Please sign in to comment.