Skip to content

Commit

Permalink
Remove remaining bits of .NET Core 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Oct 9, 2018
1 parent e7e8bce commit 9ae4789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ and verify the signature:

$ dotnet add package NSec.Cryptography --version 18.6.0

NSec runs on .NET Core 2.1, 2.0, and 1.1 on Windows, Linux and Mac, and requires
a C# 7.2 or F# 4.5 (or later) compiler. See [[Installation]] for more details.
NSec runs on .NET Core 1.1 and 2.1 on Windows, Linux and Mac, and requires a C#
7.2 or F# 4.5 compiler (or later). See [[Installation]] for more details.


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.0;netcoreapp1.1</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp1.1</TargetFrameworks>
<AssemblyName>NSec.Tests.97bf2648-69d2-4a17-888f-2a13e5c5cb28</AssemblyName>
<RootNamespace>NSec.Tests</RootNamespace>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 9ae4789

Please sign in to comment.