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
Additional context
.NET 6.0 has conflicting problems with .NET 8.0 (which I have talked about in #general chat of FyraLabs discord server), because of that migrating OTD to 8.0 was expected. However, today after I removed .NET 6 so I could update everything, OTD still complained about not having .NET 6.0 installed.
The text was updated successfully, but these errors were encountered:
Actually seems like .NET 8.0 can compile code for .NET 6.0 so maybe let's just add .NET 6.0 as a runtime dependency, this seems to be the case here since OTD is written with 6.0 in mind
Okay, update: Seems like upstream is only supporting .NET 6.0 for now, so our solution is to simply just change the dotnet runtime to 6.0
korewaChino
changed the title
[BUG] OpenTabletDriver on Terra 40 still requires dotnet-runtime-6.0
[BUG] OpenTabletDriver needs .NET 6, spec requires .NET 8
Aug 19, 2024
Describe the bug
OpenTabletDriver complains about not having .NET6.0 runtime installed when it was supposed to be upgraded to .NET8.0.
To Reproduce
Expected behavior
Run OTD with .NET 8.0 Runtime and/or SDK without having to rely on .NET 6.0 Runtimes and/or SDK.
Affected (please complete the following information):
Additional context
.NET 6.0 has conflicting problems with .NET 8.0 (which I have talked about in #general chat of FyraLabs discord server), because of that migrating OTD to 8.0 was expected. However, today after I removed .NET 6 so I could update everything, OTD still complained about not having .NET 6.0 installed.
The text was updated successfully, but these errors were encountered: