LysT3R Posted December 4, 2023 Posted December 4, 2023 Hello! I want to use .net8.0 for my project server (because .netcore 3.1 is out of support (useless)), I understand that i need to change the runtime folder from (server-files/dotnet). If i change with assemblies from net8.0 i have errors about Boostrapper (like could not load bootstrapper.xml(something , i dont remember the exact error).. Pls can you give me a folder runtime to replace that.. or something that can help me to develop with net8.0 ???
Kopra Posted December 9, 2023 Posted December 9, 2023 .net 3.1 is not useless, you can update manually, copy download runtimes from microsots website and copy them to dotnet/runtimes, remove .depsjson and .json files and start server. You will get some warning but ignore it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now