summaryrefslogtreecommitdiff
path: root/.packages/microsoft.netcore.platforms/3.0.0-preview6.19303.8/microsoft.netcore.platforms.nuspec
blob: 4ba94b2645dba705b5ce2072b9f438a5a397842c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>Microsoft.NETCore.Platforms</id>
    <version>3.0.0-preview6.19303.8</version>
    <title>Microsoft.NETCore.Platforms</title>
    <authors>Microsoft</authors>
    <owners>microsoft,dotnetframework</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
    <projectUrl>https://github.com/dotnet/corefx</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. 
When using NuGet 3.x this package requires at least version 3.4.</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <serviceable>true</serviceable>
  </metadata>
</package>