Closed tribbloid closed 2 months ago
I'm under the impression that dotnet core 7.0 is out of support from Microsoft, while 8.0 is the new LTS version, if so, should the project be migrated?
Hello!
Can you please provide the dotnet info from your linux install? You can do it by typing command dotnet --info
in your terminal.
I am currnetly on Fedora and all works fine, i have installed dotnet 8 and dotnet 6 following these instructions.
thanks you so much! turns out that dotnet7 is indeed obsolete, problem solved after upgrading to dotnet8 LTS.
closing it now
Happy to help!
cannot build on Linux, log shows targeting .NET 8.0.but all toolchain pointing to .NET 7.0
Steps to Reproduce: build with instruction in README.md ...
Expected Result: Describe what you expected to see after performing the steps mentioned above.
build success
Screenshots: If applicable, add screenshots to help explain your problem.
Environment: Desktop: OS: Pop_OS/Ubuntu 22.04 Version: master
Additional Context: N/A