Exception: dll could not be located at..

Hello I upgraded the unity version because it is my build problem But I ran into this error please help :frowning:

Exception: dll could not be located at D:\Unity Oyunları\Flappy\Library\ScriptAssemblies\com.unity.multiplayer-hlapi.Runtime.dll!
Unity.UNetWeaver.Program.CheckDLLPath (System.String path) (at Library/PackageCache/com.unity.multiplayer-hlapi@1.0.8/Editor/Tools/Weaver/Program.cs:41)
Unity.UNetWeaver.Program.Process (System.String unityEngine, System.String unetDLL, System.String outputDirectory, System.String assemblies, System.String extraAssemblyPaths, System.Action1[T] printWarning, System.Action1[T] printError) (at Library/PackageCache/com.unity.multiplayer-hlapi@1.0.8/Editor/Tools/Weaver/Program.cs:29)
UnityEditor.Networking.WeaverRunner.OnCompilationFinished (System.String targetAssembly, UnityEditor.Compilation.CompilerMessage messages) (at Library/PackageCache/com.unity.multiplayer-hlapi@1.0.8/Editor/WeaverRunner.cs:133)
UnityEditor.Compilation.CompilationPipeline+<>c.b__18_3 (System.String assemblyPath, UnityEditor.Compilation.CompilerMessage messages) (at <8d21067e8d9c494db25a2b2485216e63>:0)
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:TickCompilationPipeline(EditorScriptCompilationOptions, BuildTargetGroup, BuildTarget)

Some library is missing for an unknown reason. What I can suggest is to create a new folder somewhere else, copy the folders Assets Packges and ProjectSettings in it, an then open this folder as a project from unity hub. If you donā€™t have unity hub, just double click on a scene in the assets folder it should work.
This will regenerate all the libraries and should fix the missing files.