File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33
44 <PropertyGroup >
5- <TargetFrameworks >netcoreapp1.0;net461</TargetFrameworks >
5+ <TargetFrameworks >netcoreapp1.0;netcoreapp2.0; net461</TargetFrameworks >
66 <DebugType Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' != 'netcoreapp1.0'" >Full</DebugType >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33
44 <PropertyGroup Label =" Project Information" >
5- <TargetFrameworks >netstandard1.0;net45</TargetFrameworks >
6- <Version >1.1.2 </Version >
5+ <TargetFrameworks >netstandard1.0;netstandard2.0; net45</TargetFrameworks >
6+ <Version >1.2.0 </Version >
77 <Description >A set of helper and extension methods to complement the System.Linq namespace.</Description >
88 <Authors >Thomas Levesque</Authors >
99 <PackageLicenseUrl >https://github.com/thomaslevesque/Linq.Extras/blob/master/LICENSE.md</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments