Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code can't see reference assemblies. #4878

Closed
LoadingCodex opened this issue Nov 7, 2021 · 11 comments
Closed

VS Code can't see reference assemblies. #4878

LoadingCodex opened this issue Nov 7, 2021 · 11 comments

Comments

@LoadingCodex
Copy link

Hello!

I have been trying to get VS code working alongside Unity for the last 3/4 hours and keep running into an issue.

Every time VS Code is launched with a script from a unity project I get the following error shown at the bottom right of the screen.

image

Upon reading the output errors it says that the reference assemblies for .NETFramework, Version=v4.7.1 weren't found. And telling me to install the developer pack from https://aka.ms/msbuild/developerpacks .

I have done clean installations of all .NET Frameworks (including the v4.7.1 developer pack) like, 5 times with no success.

Any ideas on how I can fix this?
(the output can be found below)

VS CODE OUTPUT:

Starting OmniSharp server at 07/11/2021, 14:35:00
    Target: e:\UnityProjects\My project (1)\My project (1).sln

OmniSharp server started.
    Path: c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\OmniSharp.exe
    PID: 2212

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
        Using the 'dotnet' on the PATH.
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: StandAlone 17.0.0 - "c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to 'c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\MSBuild.exe'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 17.0.0 - "c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin"
            CscToolExe = csc.exe
            CscToolPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Roslyn
            MSBuildExtensionsPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild
            MSBuildToolsPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Did not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in 'e:\UnityProjects\My project (1)\My project (1).sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location 'e:\UnityProjects\My project (1)' on host 5060.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'.
e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'.
e:\UnityProjects\My project (1)\PsdPlugin.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.3\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
@filipw
Copy link
Contributor

filipw commented Nov 7, 2021

Omnisharp's bundled MSBuild does not support desktop .NET development on Windows.

You need to install MSBuild Tools https://visualstudio.microsoft.com/de/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 or if you have full Visual Studio installed on your machine, OmniSharp can pick up its MSBuild.

@filipw filipw closed this as completed Nov 7, 2021
@LoadingCodex
Copy link
Author

LoadingCodex commented Nov 7, 2021

Omnisharp's bundled MSBuild does not support desktop .NET development on Windows.

You need to install MSBuild Tools https://visualstudio.microsoft.com/de/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 or if you have full Visual Studio installed on your machine, OmniSharp can pick up its MSBuild.

Hello Filip!

Thank you for getting back to me so quickly.
I have done as you said and installed the build tools from Visual Studio.

However, I am still getting this issue:

Failed to load project file:

and

Attempted to update project that is not loaded:

Do you have any suggestions?

@filipw
Copy link
Contributor

filipw commented Nov 8, 2021

you need to post the full log again - thanks

@LoadingCodex
Copy link
Author

you need to post the full log again - thanks

Hello Filip!

I am still getting the The reference assemblies for .NETFramework,Version=v4.7.1 were not found. despite having installed the MSBuild.

Find below.

VS CODE OUTPUT LOG:

Starting OmniSharp server at 10/11/2021, 20:10:01
    Target: e:\UnityProjects\My project (1)\My project (1).sln

OmniSharp server started.
    Path: c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\OmniSharp.exe
    PID: 16868

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
        Using the 'dotnet' on the PATH.
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Visual Studio Build Tools 2019 16.11.31729.503 16.11.1 - "D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
            2: StandAlone 17.0.0 - "c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin"
[warn]: OmniSharp.CompositionHostBuilder
        It looks like you have Visual Studio 2019 installed without .NET Core SDK support which is required by OmniSharp.
 Try updating Visual Studio 2019 installation with .NET Core SDK to enable better MSBuild support.
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to 'c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\MSBuild.exe'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 17.0.0 - "c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin"
            CscToolExe = csc.exe
            CscToolPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Roslyn
            MSBuildExtensionsPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild
            MSBuildToolsPath = c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Did not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in 'e:\UnityProjects\My project (1)\My project (1).sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location 'e:\UnityProjects\My project (1)' on host 4976.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'.
e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'.
e:\UnityProjects\My project (1)\PsdPlugin.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.10\.msbuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj

@JoeRobich
Copy link
Member

@LoadingCodex This message in the log describes the issue.

[warn]: OmniSharp.CompositionHostBuilder
        It looks like you have Visual Studio 2019 installed without .NET Core SDK support which is required by OmniSharp.

You will need to be sure you installed the .NET cross-platform development workload. You can launch the Visual Studio Installer and modify your existing install.
image

@LoadingCodex
Copy link
Author

LoadingCodex commented Nov 13, 2021

@LoadingCodex This message in the log describes the issue.

[warn]: OmniSharp.CompositionHostBuilder
        It looks like you have Visual Studio 2019 installed without .NET Core SDK support which is required by OmniSharp.

You will need to be sure you installed the .NET cross-platform development workload. You can launch the Visual Studio Installer and modify your existing install.

Hello Joe, Thank you for your help!

I have done as you have said and am still having the same issue
(Although I didn't describe it in the original post, the (unity-specific) Intelli-Sense is also unsurprisingly not working)

Below is the output from after doing as @JoeRobich instructed.

Thank you so much for your help, any further ideas?

VS CODE OUTPUT LOG

Starting OmniSharp server at 13/11/2021, 22:06:38
    Target: e:\UnityProjects\My project (1)\My project (1).sln

OmniSharp server started.
    Path: c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.18\OmniSharp.exe
    PID: 1488

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
        Using the 'dotnet' on the PATH.
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Visual Studio Build Tools 2019 16.11.31829.152 16.11.2 - "D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
            2: StandAlone 17.0.0 - "c:\Users\loadi\.vscode\extensions\ms-dotnettools.csharp-1.23.16\.omnisharp\1.37.18-beta.18\.msbuild\Current\Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Visual Studio Build Tools 2019 16.11.31829.152 16.11.2 - "D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Did not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in 'e:\UnityProjects\My project (1)\My project (1).sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'e:\UnityProjects\My project (1)'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location 'e:\UnityProjects\My project (1)' on host 9380.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEngine.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Assembly-CSharp.csproj'.
e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\UnityEditor.UI.csproj'.
e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\PsdPlugin.csproj'.
e:\UnityProjects\My project (1)\PsdPlugin.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj'.
e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectLoader
        The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
[warn]: OmniSharp.MSBuild.ProjectManager
        Failed to load project file 'e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj'.
e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
D:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Triangle.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEngine.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Runtime.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEngineBridge.001.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Assembly-CSharp.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.TestRunner.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.PlasticSCM.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\UnityEditor.UI.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Services.Core.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Timeline.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VisualStudio.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Psdimporter.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Animation.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.TextMeshPro.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.SpriteShape.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.CollabProxy.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\PsdPlugin.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Path.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Rider.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.IK.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Sprite.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Tilemap.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.PixelPerfect.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.VSCode.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.2D.Common.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.Mathematics.Editor.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: e:\UnityProjects\My project (1)\Unity.InternalAPIEditorBridge.001.csproj
[info]: OmniSharp.OmniSharpWorkspace
        Miscellaneous file: e:\UnityProjects\My project (1)\Assets\Testing.cs added to workspace

@LoadingCodex
Copy link
Author

I am still experiencing this issue. Does anyone have any suggestions?

@JoeRobich
Copy link
Member

@LoadingCodex Unity requires the .NET Framework 4.7.1 targeting pack. To install the targeting pack, Modify your install of Visual Studio click the 'Individual Components' tab and choose '.NET Framework 4.7.1 targeting pack'

image

@LoadingCodex
Copy link
Author

@LoadingCodex Unity requires the .NET Framework 4.7.1 targeting pack. To install the targeting pack, Modify your install of Visual Studio click the 'Individual Components' tab and choose '.NET Framework 4.7.1 targeting pack'

Hello again, Joe!

Thank you for the response, however, I have the targeting pack and still have these issues.

See this screenshot from control panel:
image

Any ideas?

Thank you! :D

@JoeRobich
Copy link
Member

@LoadingCodex It might be worth a shot to uninstall the targeting pack and install it through the VS installer to ensure the MSBuild instance knows where it is.

@LoadingCodex
Copy link
Author

@LoadingCodex It might be worth a shot to uninstall the targeting pack and install it through the VS installer to ensure the MSBuild instance knows where it is.

Hello @JoeRobich ,

Thank you so much!
Despite doing plenty of clean reinstalls in the past; taking care to install the targeting pack through the installer seemed to work this time.

Thank you! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants