提交 6daf1f42 编写于 作者: K Kevin Halverson

Create nuget for Microsoft.CodeAnalysis.Remote.Workspaces...

上级 658e6dcf
......@@ -113,6 +113,7 @@ var PreReleaseOnlyPackages = new HashSet<string>
"Microsoft.CodeAnalysis.VisualBasic.Scripting",
"Microsoft.Net.Compilers.netcore",
"Microsoft.Net.CSharp.Interactive.netcore",
"Microsoft.CodeAnalysis.Remote.Workspaces",
"Microsoft.CodeAnalysis.Test.Resources.Proprietary",
};
......
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.CodeAnalysis.Remote.Workspaces</id>
<summary>
A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process.
</summary>
<description>
A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
Supported Platforms:
- .NET Framework 4.5
</description>
<dependencies>
<dependency id="Microsoft.CodeAnalysis.Common" version="[$version$]" />
<dependency id="Microsoft.CodeAnalysis.Workspaces.Common" version="[$version$]" />
<dependency id="Microsoft.Composition" version="$MicrosoftCompositionVersion$" />
</dependencies>
<language>en-US</language>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<version>$version$</version>
<authors>$authors$</authors>
<licenseUrl>$licenseUrl$</licenseUrl>
<projectUrl>$projectUrl$</projectUrl>
<releaseNotes>$releaseNotes$</releaseNotes>
<tags>$tags$</tags>
<serviceable>true</serviceable>
</metadata>
<files>
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.dll" target="lib\portable-net45+win8" />
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.xml" target="lib\portable-net45+win8" />
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.dll" target="lib\net45" />
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.xml" target="lib\net45" />
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.dll" target="lib\netstandard1.3" />
<file src="Microsoft.CodeAnalysis.Remote.Workspaces.xml" target="lib\netstandard1.3" />
<file src="$thirdPartyNoticesPath$" target="" />
</files>
</package>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册