summaryrefslogtreecommitdiff
path: root/.packages/runtime.win.system.runtime.extensions/4.3.0/runtime.win.system.runtime.extensions.nuspec
blob: 8f0086886e45f612680219cffe9ecaf98e3e1217 (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
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>runtime.win.System.Runtime.Extensions</id>
    <version>4.3.0</version>
    <title>runtime.win.System.Runtime.Extensions</title>
    <authors>Microsoft</authors>
    <owners>microsoft,dotnetframework</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>https://dot.net/</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Internal implementation package not meant for direct consumption.  Please do not reference directly. 
Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information.

Commonly Used Types:
System.Math
System.Environment
System.Random
System.Progress&lt;T&gt;
System.Convert
System.Diagnostics.Stopwatch
System.Runtime.Versioning.FrameworkName
System.StringComparer
System.IO.Path
 
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=".NETFramework0.0" />
      <group targetFramework=".NETCore5.0">
        <dependency id="System.Private.Uri" version="4.3.0" />
      </group>
      <group targetFramework=".NETStandard1.5">
        <dependency id="System.Private.Uri" version="4.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>