File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Using Windows and Visual Studio is preferred so all platforms can be built and
29
29
editor design surfaces are available.
30
30
31
31
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 )
34
34
3 . [ .NET Framework 4.6.2 Developer Pack] ( https://dotnet.microsoft.com/download/dotnet-framework/net462 )
35
35
2 . Open the ` Exceptionless.Net.sln ` Visual Studio solution file.
36
36
3 . Select ` Exceptionless.SampleConsole ` as the startup project.
@@ -44,7 +44,7 @@ build windows specific packages.
44
44
45
45
1 . You will need to install:
46
46
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 )
48
48
2 . Open the cloned Exceptionless.Net folder.
49
49
3 . Run the ` Exceptionless.SampleConsole ` project by pressing ` F5 ` to start the console.
50
50
You can’t perform that action at this time.
0 commit comments