Microsoft.FSharp.Compiler.Host.netcore by Microsoft

<PackageReference Include="Microsoft.FSharp.Compiler.Host.netcore" Version="1.0.0-rc-170316-0" />

Package Files

0 bytes

 Microsoft.FSharp.Compiler.Host.netcore 1.0.0-rc-170316-0

.NET Core compatible version of the fsharp compiler fsc.exe. Supported Platforms: - .NET Core (netstandard1.6)

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.FSharp.Compiler.Host.netcore</id>
    <version>1.0.0-rc-170316-0</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Microsoft/visualfsharp/blob/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/Microsoft/visualfsharp</projectUrl>
    <description>.NET Core compatible version of the fsharp compiler fsc.exe.

            Supported Platforms:
            - .NET Core (netstandard1.6)</description>
    <language>en-US</language>
    <tags>Visual F# Compiler FSharp coreclr functional programming</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.6">
        <dependency id="Microsoft.NETCore.Platforms" version="1.0.1" />
        <dependency id="Microsoft.NETCore.Runtime.CoreCLR" version="1.0.2" />
        <dependency id="Microsoft.NETCore" version="5.0.1" />
        <dependency id="Microsoft.FSharp.Compiler.NetCore" version="1.0.0-rc-170316-0" />
      </group>
    </dependencies>
  </metadata>
</package>