Skip to content

Commit

Permalink
Added support for Net core 2.1 and updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoenus committed Jun 18, 2018
1 parent 8d41562 commit f5b38f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Amoenus.NoneForLinq/Amoenus.NoneForLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
net461;
netcoreapp1.0;
netcoreapp1.1;
netcoreapp2.1;
</TargetFrameworks>
<Authors>Romans Pokrovskis</Authors>
<Company />
Expand All @@ -25,7 +26,7 @@
<PackageProjectUrl>https://github.com/Amoenus/Amoenus.NoneForLinq</PackageProjectUrl>
<PackageIconUrl>https://github.com/Amoenus/Amoenus.NoneForLinq/blob/master/cc0-logo.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/Amoenus/Amoenus.NoneForLinq</RepositoryUrl>
<PackageReleaseNotes>Added multi target support and dropped PCL support</PackageReleaseNotes>
<PackageReleaseNotes>Added multi target support and dropped PCL support. Now with documentation and net core 2.1 support</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit f5b38f2

Please sign in to comment.