1<?xml version="1.0" encoding="utf-8"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3  <metadata minClientVersion="3.3">
4    <id>Microsoft.CodeAnalysis.Build.Tasks</id>
5    <version>3.0.0-beta1-61516-01</version>
6    <authors>Microsoft</authors>
7    <owners>Microsoft</owners>
8    <requireLicenseAcceptance>true</requireLicenseAcceptance>
9    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=529443</licenseUrl>
10    <projectUrl>http://msdn.com/roslyn</projectUrl>
11    <description>Contains the build task and targets used by MSBuild to run the C# and VB compilers.
12        Supports using VBCSCompiler on Windows.</description>
13    <summary>The build Tasks for running the C# and VB compilers in MSBuild.</summary>
14    <releaseNotes></releaseNotes>
15    <language>en-US</language>
16    <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
17    <serviceable>true</serviceable>
18    <dependencies>
19      <group targetFramework=".NETStandard1.3">
20        <dependency id="Microsoft.CodeAnalysis.CSharp" version="[3.0.0-beta1-61516-01]" />
21        <dependency id="Microsoft.Build" version="14.3.0" />
22        <dependency id="Microsoft.Build.Tasks.Core" version="14.3.0" />
23        <dependency id="System.AppContext" version="4.3.0" />
24        <dependency id="System.Console" version="4.3.0" />
25        <dependency id="System.Diagnostics.Process" version="4.3.0" />
26        <dependency id="System.Diagnostics.Tools" version="4.3.0" />
27        <dependency id="System.IO.FileSystem" version="4.3.0" />
28        <dependency id="System.IO.FileSystem.DriveInfo" version="4.3.0" />
29        <dependency id="System.IO.Pipes" version="4.3.0" />
30        <dependency id="System.Security.AccessControl" version="4.3.0" />
31        <dependency id="System.Security.Cryptography.Algorithms" version="4.3.0" />
32        <dependency id="System.Security.Principal.Windows" version="4.3.0" />
33        <dependency id="System.Text.Encoding" version="4.3.0" />
34        <dependency id="System.Text.Encoding.Extensions" version="4.3.0" />
35        <dependency id="System.Text.RegularExpressions" version="4.3.0" />
36        <dependency id="System.Threading.Thread" version="4.3.0" />
37      </group>
38    </dependencies>
39    <contentFiles>
40      <files include="**/*.targets" buildAction="None" copyToOutput="true" />
41    </contentFiles>
42  </metadata>
43</package>