This repository was archived by the owner on Oct 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
main/src/core/MonoDevelop.Core Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8787 -->
8888 <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.1.2" PrivateAssets =" runtime" />
8989 <PackageReference Include =" Microsoft.CodeAnalysis.EditorFeatures" Version =" $(NuGetVersionRoslyn)" PrivateAssets =" runtime" />
90+ <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" $(NuGetVersionRoslyn)" PrivateAssets =" runtime" />
9091 <PackageReference Include =" Microsoft.VisualStudio.CodingConventions" Version =" 1.1.20180503.2" PrivateAssets =" runtime" />
9192 <PackageReference Include =" Microsoft.VisualStudio.Composition" Version =" $(NuGetVersionVSComposition)" ExcludeAssets =" all" />
9293 <!-- Need the net45 version, see https://github.com/mono/mono/issues/12461 -->
131132 <IncludeCopyLocal Include =" Microsoft.CodeAnalysis.VisualBasic.Features.dll" />
132133 <IncludeCopyLocal Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll" />
133134 <IncludeCopyLocal Include =" Microsoft.CodeAnalysis.Workspaces.dll" />
135+ <IncludeCopyLocal Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" />
134136 <IncludeCopyLocal Include =" Microsoft.DiaSymReader.dll" />
135137 <IncludeCopyLocal Include =" Microsoft.Extensions.ObjectPool.dll" />
136138 <IncludeCopyLocal Include =" Microsoft.VisualStudio.CodingConventions.dll" />
You can’t perform that action at this time.
0 commit comments