Skip to content

Commit 35475d8

Browse files
Add netstandard2.0 target
1 parent 647af29 commit 35475d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Linq.Extras.Tests/Linq.Extras.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

Linq.Extras/Linq.Extras.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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>

0 commit comments

Comments
 (0)