summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.coreclr.testdependencies/1.0.0-prerelease/microsoft.dotnet.coreclr.testdependencies.nuspec
blob: a0f0c890a7cfe1df4b912a054851d1cf860687eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Microsoft.DotNet.CoreCLR.TestDependencies</id>
    <version>1.0.0-prerelease</version>
    <title>Microsoft DotNet CoreCLR Test Dependencies</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>https://github.com/dotnet/corefx</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Provides the runtime dependecies required by CoreCLR to run any libary against it.</description>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright © Microsoft Corporation</copyright>
  </metadata>
</package>