Microsoft.CodeAnalysis.Compilers by Microsoft

<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="3.10.0" />

Package Files

0 bytes

 Microsoft.CodeAnalysis.Compilers 3.10.0

Compiler layer of the .NET Compiler Platform ("Roslyn"). Install this package to get both C# and Visual Basic support. If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/473e349f86b0f5c9dd47330cba22e0ea225c85a5.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.CodeAnalysis.Compilers</id>
    <version>3.10.0</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/dotnet/roslyn</projectUrl>
    <description>Compiler layer of the .NET Compiler Platform ("Roslyn").
      Install this package to get both C# and Visual Basic support.
      If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic.
    
      More details at https://aka.ms/roslyn-packages
      This package was built from the source at https://github.com/dotnet/roslyn/commit/473e349f86b0f5c9dd47330cba22e0ea225c85a5.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/roslyn" commit="473e349f86b0f5c9dd47330cba22e0ea225c85a5" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CodeAnalysis.CSharp" version="[3.10.0, 3.10.0]" exclude="Build,Analyzers" />
        <dependency id="Microsoft.CodeAnalysis.VisualBasic" version="[3.10.0, 3.10.0]" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>