提交 0ba5ac9d 编写于 作者: J Jason Malinowski

Fix declared dependencies of Microsoft.VisualStudio.LanguageServices

We were incorrectly emitting our dependency of
Microsoft.VisualStudio.Composition and Microsoft.CSharp; instead of
pointing to the version that we were actually consuming, we were
emitting our version in place of version we depending on.
上级 7870b4ae
......@@ -24,6 +24,8 @@
</PackageDescription>
</PropertyGroup>
<ItemGroup Label="NuGet">
<NuspecProperty Include="MicrosoftCSharpVersion=$(MicrosoftCSharpVersion)"/>
<NuspecProperty Include="MicrosoftVisualStudioCompositionVersion=$(MicrosoftVisualStudioCompositionVersion)"/>
<NuspecProperty Include="SystemThreadingTasksDataflowVersion=$(SystemThreadingTasksDataflowVersion)"/>
</ItemGroup>
<ItemGroup Label="PkgDef">
......
......@@ -8,8 +8,8 @@
<dependency id="Microsoft.CodeAnalysis.EditorFeatures.Text" version="$Version$" />
<dependency id="Microsoft.CodeAnalysis.Features" version="$Version$" />
<dependency id="Microsoft.CodeAnalysis.Workspaces.Common" version="$Version$" />
<dependency id="Microsoft.CSharp" version="$Version$" />
<dependency id="Microsoft.VisualStudio.Composition" version="$Version$" />
<dependency id="Microsoft.CSharp" version="$MicrosoftCSharpVersion$" />
<dependency id="Microsoft.VisualStudio.Composition" version="$MicrosoftVisualStudioCompositionVersion$" />
<dependency id="System.Threading.Tasks.Dataflow" version="$SystemThreadingTasksDataflowVersion$" />
</group>
</dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册