summaryrefslogtreecommitdiff
path: root/src/.nuget/toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit.nuspec
blob: 4a58a3572931fc27b79154e38ae7695179a54174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
  <metadata>
    <id>toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit</id>
    <version>1.0.7-prerelease</version>
    <title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>https://github.com/dotnet/coreclr</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Provides standalone managed to native code-generator</description>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright &#169; Microsoft Corporation</copyright>
  </metadata>
  <files>
    <file src="../libryujit.so" target="runtimes/ubuntu.14.04-x64/native/libryujit.so" />
  </files>
</package>