提交 1461c496 编写于 作者: T Tanner Gooding 提交者: GitHub

Merge pull request #15870 from tannergooding/nuspec

Updating the Workspaces.Common nuspec to explicitly partition the des…
......@@ -9,15 +9,21 @@
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
</description>
<dependencies>
<dependency id="Microsoft.CodeAnalysis.Common" version="[$version$]" />
<dependency id="Microsoft.Composition" version="$MicrosoftCompositionVersion$" />
<dependency id="System.Diagnostics.Contracts" version="$SystemDiagnosticsContractsVersion$" />
<dependency id="System.Linq.Parallel" version="$SystemLinqParallelVersion$" />
<dependency id="System.ObjectModel" version="$SystemObjectModelVersion$" />
<dependency id="System.Text.RegularExpressions" version="$SystemTextRegularExpressionsVersion$" />
<dependency id="System.Threading.Tasks.Parallel" version="$SystemThreadingTasksParallelVersion$" />
<dependency id="ManagedEsent" version="$ManagedEsentVersion$" />
<dependency id="Microsoft.CodeAnalysis.Elfie" version="$MicrosoftCodeAnalysisElfieVersion$" />
<group targetFramework="netstandard1.3">
<dependency id="Microsoft.CodeAnalysis.Common" version="[$version$]" />
<dependency id="Microsoft.Composition" version="$MicrosoftCompositionVersion$" />
<dependency id="System.Diagnostics.Contracts" version="$SystemDiagnosticsContractsVersion$" />
<dependency id="System.Linq.Parallel" version="$SystemLinqParallelVersion$" />
<dependency id="System.ObjectModel" version="$SystemObjectModelVersion$" />
<dependency id="System.Text.RegularExpressions" version="$SystemTextRegularExpressionsVersion$" />
<dependency id="System.Threading.Tasks.Parallel" version="$SystemThreadingTasksParallelVersion$" />
</group>
<group targetFramework="net46">
<dependency id="ManagedEsent" version="$ManagedEsentVersion$" />
<dependency id="Microsoft.CodeAnalysis.Common" version="[$version$]" />
<dependency id="Microsoft.CodeAnalysis.Elfie" version="$MicrosoftCodeAnalysisElfieVersion$" />
<dependency id="Microsoft.Composition" version="$MicrosoftCompositionVersion$" />
</group>
</dependencies>
<language>en-US</language>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册