Hi,
I've been working on a Visual Studio Code extension that makes heavy use of a ProjectJsonWorkspace to load dependencies which lives within the Microsoft.DotNet.ProjectModel.Workspaces package, however with .NET Core now using MSBuild this workspace becomes redundant.
Is there an equivalent workspace format I can use that supports the .NET Standard? Everything I've seen about the MSBuildWorkspace appears to be Windows only.
Hi,
I've been working on a Visual Studio Code extension that makes heavy use of a
ProjectJsonWorkspaceto load dependencies which lives within theMicrosoft.DotNet.ProjectModel.Workspacespackage, however with .NET Core now using MSBuild this workspace becomes redundant.Is there an equivalent workspace format I can use that supports the .NET Standard? Everything I've seen about the
MSBuildWorkspaceappears to be Windows only.