Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Linq.Parallel.csproj « ref « System.Linq.Parallel « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02094314ac02e8a26690f5ae50bbe99c95e95249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
    <Nullable>enable</Nullable>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Linq.Parallel.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
    <ProjectReference Include="..\..\System.Collections.Concurrent\ref\System.Collections.Concurrent.csproj" />
    <ProjectReference Include="..\..\System.Linq\ref\System.Linq.csproj" />
    <ProjectReference Include="..\..\System.Collections\ref\System.Collections.csproj" />
  </ItemGroup>
</Project>