You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Double-click `chooser.bat` from this directory to use file selection GUI - the w
46
46
47
47
Uptodate as of Feb 2023.
48
48
49
-
If this program does not run it will likely be because you have the wrong version of dotnet installed. You need 64 bit 7 SDK. Check you have this as follows:
49
+
If this program does not run it will likely be because you have the wrong version of .Net installed. You need 64 bit .Net 8 SDK. Check you have this as follows:
50
50
51
51
* Run a commande prompt (Windows key-r -> cmd, or equiv on other systems)
52
52
*`dotnet --info`
@@ -56,29 +56,29 @@ You should get something like:
56
56
```
57
57
C:\Users\tomcl>dotnet --info
58
58
.NET SDK:
59
-
Version: 7.0.101
59
+
Version: 8.0.101
60
60
Commit: bb24aafa11
61
61
62
62
Runtime Environment:
63
63
OS Name: Windows
64
64
OS Version: 10.0.19044
65
65
OS Platform: Windows
66
66
RID: win10-x64
67
-
Base Path: C:\Program Files\dotnet\sdk\7.0.101\
67
+
Base Path: C:\Program Files\dotnet\sdk\8.0.101\
68
68
```
69
-
The important bits are: .NET SDK, Version: 7, RID xxxx-x64
69
+
The important bits are: .NET SDK, Version: 8, RID xxxx-x64
70
70
71
71
What can go wrong:
72
72
73
73
* Even though you have installed 64 bit dotnet SDK, you have a previous 32 bit install that was done earlier and dotnet on a command line always finds that one - change your path
74
-
* You have dotnet 7 installed - but not the SDK
75
-
* You have dotnet 6 intsalled, but not dotnet 7
74
+
* You have dotnet 8 installed - but not the SDK
75
+
* You have dotnet 6 or 7 installed, but not dotnet 8
76
76
77
77
### For more insight
78
78
79
79
* Run a command prompt in the eepassembler directory (then one containing chooser.bat).
80
80
* Run `dotnet run`.
81
-
* Check the messages tehre, e.g. which version, is tehre an error.
81
+
* Check the messages there, e.g. which version, is there an error.
0 commit comments