System.Threading.Tasks.Parallel 4.3.0
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel. Commonly Used Types: System.Threading.Tasks.Parallel System.Threading.Tasks.ParallelLoopState System.Threading.Tasks.ParallelLoopResult System.Threading.Tasks.ParallelOptions When using NuGet 3.x this package requires at least version 3.4.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>System.Threading.Tasks.Parallel</id>
<version>4.3.0</version>
<title>System.Threading.Tasks.Parallel</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>Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
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="MonoAndroid1.0" />
<group targetFramework="MonoTouch1.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETCore5.0">
<dependency id="System.Collections.Concurrent" version="4.3.0" />
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
<dependency id="System.Diagnostics.Tracing" version="4.3.0" exclude="Compile" />
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Runtime.Extensions" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading.Tasks" version="4.3.0" />
</group>
<group targetFramework=".NETStandard1.1">
<dependency id="System.Collections.Concurrent" version="4.3.0" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Threading.Tasks" version="4.3.0" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.Collections.Concurrent" version="4.3.0" />
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
<dependency id="System.Diagnostics.Tracing" version="4.3.0" exclude="Compile" />
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Runtime.Extensions" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading.Tasks" version="4.3.0" />
</group>
<group targetFramework=".NETPortable0.0-Profile111" />
<group targetFramework="Windows8.0" />
<group targetFramework="WindowsPhoneApp8.1" />
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="Xamarin.Mac2.0" />
<group targetFramework="Xamarin.TVOS1.0" />
<group targetFramework="Xamarin.WatchOS1.0" />
</dependencies>
</metadata>
</package>