File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
System.Interactive.Providers.Ref Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.</Description >
55 <AssemblyTitle >Interactive Extensions - Providers Library</AssemblyTitle >
6- <TargetFrameworks >netstandard1.0;netcoreapp2.0; netstandard2.1 </TargetFrameworks >
6+ <TargetFrameworks >net461; netstandard2.0 </TargetFrameworks >
77 <PackageTags >Ix;Interactive;Extensions;Enumerable</PackageTags >
88 </PropertyGroup >
99
10- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.0'" >
11- <DefineConstants >$(DefineConstants);CRIPPLED_REFLECTION</DefineConstants >
12- </PropertyGroup >
13-
1410 <ItemGroup >
1511 <ProjectReference Include =" ..\System.Interactive.Ref\System.Interactive.Ref.csproj" />
1612 </ItemGroup >
1713
1814 <ItemGroup >
1915 <Compile Include =" ..\..\System.Interactive.Providers\**\*.cs" Exclude =" ..\..\System.Interactive.Providers\obj\**" />
2016 </ItemGroup >
21-
22- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.0'" >
23- <PackageReference Include =" System.Linq.Queryable" Version =" 4.3.0" />
24- </ItemGroup >
25-
2617
2718</Project >
Original file line number Diff line number Diff line change 44 <Description >Interactive Extensions Main Library used to express queries over enumerable sequences.</Description >
55 <AssemblyTitle >Interactive Extensions - Main Library</AssemblyTitle >
66 <Authors >Microsoft</Authors >
7- <TargetFrameworks >netstandard1.0;netcoreapp2.0; netstandard2.1 </TargetFrameworks >
7+ <TargetFrameworks >net461; netstandard2.0 </TargetFrameworks >
88 <PackageTags >Ix;Interactive;Extensions;Enumerable</PackageTags >
99 </PropertyGroup >
1010
You can’t perform that action at this time.
0 commit comments