Microsoft.Net.Compilers.1.0.0.nuspec 1.08 KB
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.Net.Compilers</id>
    <version>1.0.0</version>
    <title />
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=529444</licenseUrl>
    <projectUrl>http://msdn.com/roslyn</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>.Net Compilers package. Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version.

Supported Platforms:
- .NET Framework 4.5</description>
    <summary />
    <releaseNotes>VS 2015 version of the Microsoft .NET Compiler Platform (Roslyn)</releaseNotes>
    <copyright />
    <language>en-US</language>
    <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
  </metadata>
</package>