summaryrefslogtreecommitdiff
path: root/.packages/system.runtime.intrinsics.experimental/4.7.0-preview3.19551.4/system.runtime.intrinsics.experimental.nuspec
blob: dfebb3bc2fe15e7a0d0f732366e25bcaa27c39bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>System.Runtime.Intrinsics.Experimental</id>
    <version>4.7.0-preview3.19551.4</version>
    <title>System.Runtime.Intrinsics.Experimental</title>
    <authors>Microsoft</authors>
    <owners>microsoft,dotnetframework</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/dotnet/corefx</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Provides APIs for accessing processor specific instructions.

Commonly Used Types:
System.Runtime.Intrinsics.Arm.Arm64
 
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>
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Microsoft.NETCore.Platforms" version="3.1.0-preview3.19551.4" />
      </group>
    </dependencies>
  </metadata>
</package>