Skip to content

Commit

Permalink
Remove support for .NET Core 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 13, 2019
1 parent ac63cd8 commit 94e9f73
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 37 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ test_script:
- dotnet test tests -c Release -f netcoreapp2.2
- dotnet test tests -c Debug -f netcoreapp2.1
- dotnet test tests -c Release -f netcoreapp2.1
- dotnet test tests -c Debug -f netcoreapp1.1
- dotnet test tests -c Release -f netcoreapp1.1
after_test:
- dotnet pack -c Release
artifacts:
Expand Down
26 changes: 0 additions & 26 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ shared:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
TERM: dumb
dotnet-install-1-1: &dotnet-install-1-1
run:
name: Install .NET Core 1.1 Runtime
command: |
if [ ! -f ~/dotnet-install.sh ]; then curl -fsLo ~/dotnet-install.sh 'https://dot.net/v1/dotnet-install.sh'; fi
bash ~/dotnet-install.sh --channel 1.1 --version latest --install-dir ~/.dotnet --no-path --runtime dotnet
dotnet-install-2-1: &dotnet-install-2-1
run:
name: Install .NET Core 2.1 Runtime
Expand Down Expand Up @@ -91,14 +85,6 @@ shared:
key: 'macos-nuget-packages-{{ checksum "/tmp/restore.json" }}'
paths:
- ~/.nuget/packages
dotnet-test-debug-1-1: &dotnet-test-debug-1-1
run:
name: Run unit tests (Debug) (.NET Core 1.1)
command: dotnet test tests -c Debug -f netcoreapp1.1
dotnet-test-release-1-1: &dotnet-test-release-1-1
run:
name: Run unit tests (Release) (.NET Core 1.1)
command: dotnet test tests -c Release -f netcoreapp1.1
dotnet-test-debug-2-1: &dotnet-test-debug-2-1
run:
name: Run unit tests (Debug) (.NET Core 2.1)
Expand Down Expand Up @@ -127,7 +113,6 @@ jobs:
name: Install Prerequisites
no_output_timeout: 2m
command: yum install -q -y curl ca-certificates libunwind libicu
- *dotnet-install-1-1
- *dotnet-install-2-1
- *dotnet-install-2-2
- checkout
Expand All @@ -139,8 +124,6 @@ jobs:
- *dotnet-test-release-2-2
- *dotnet-test-debug-2-1
- *dotnet-test-release-2-1
- *dotnet-test-debug-1-1
- *dotnet-test-release-1-1

debian9:
docker:
Expand Down Expand Up @@ -236,7 +219,6 @@ jobs:
command: |
apt-get -qq update
apt-get -qq install --yes --no-install-recommends curl ca-certificates apt-transport-https gettext libunwind8 libicu52
- *dotnet-install-1-1
- *dotnet-install-2-1
- *dotnet-install-2-2
- checkout
Expand All @@ -248,8 +230,6 @@ jobs:
- *dotnet-test-release-2-2
- *dotnet-test-debug-2-1
- *dotnet-test-release-2-1
- *dotnet-test-debug-1-1
- *dotnet-test-release-1-1

ubuntu16.04:
docker:
Expand All @@ -262,7 +242,6 @@ jobs:
command: |
apt-get -qq update
apt-get -qq install --yes --no-install-recommends curl ca-certificates apt-transport-https gettext libunwind8 libicu55 libcurl3
- *dotnet-install-1-1
- *dotnet-install-2-1
- *dotnet-install-2-2
- checkout
Expand All @@ -274,8 +253,6 @@ jobs:
- *dotnet-test-release-2-2
- *dotnet-test-debug-2-1
- *dotnet-test-release-2-1
- *dotnet-test-debug-1-1
- *dotnet-test-release-1-1

ubuntu18.04:
docker:
Expand Down Expand Up @@ -305,7 +282,6 @@ jobs:
xcode: "9.2.0"
environment: *environment
steps:
- *dotnet-install-1-1
- *dotnet-install-2-1
- *dotnet-install-2-2
- checkout
Expand All @@ -317,5 +293,3 @@ jobs:
- *dotnet-test-release-2-2
- *dotnet-test-debug-2-1
- *dotnet-test-release-2-1
- *dotnet-test-debug-1-1
- *dotnet-test-release-1-1
10 changes: 5 additions & 5 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ NSec runs on the following platforms and .NET Core versions:

| OS | Version | Architectures | .NET Core Runtimes |
|:------------- |:-------- |:------------- |:-------------------|
| Windows 10 | 1803 | x64 / x86 | 2.2 / 2.1 / 1.1 |
| Windows 10 | 1803 | x64 / x86 | 2.2 / 2.1 |
| | | | |
| macOS | 10.12 | x64 | 2.2 / 2.1 / 1.1 |
| macOS | 10.12 | x64 | 2.2 / 2.1 |
| | | | |
| CentOS | 7.6 | x64 | 2.2 / 2.1 / 1.1 |
| CentOS | 7.6 | x64 | 2.2 / 2.1 |
| Debian | 9.8 | x64 | 2.2 / 2.1 |
| Fedora | 28 | x64 | 2.2 / 2.1 |
| | 29 | x64 | 2.2 |
| OpenSUSE | 42.3 | x64 | 2.2 / 2.1 |
| Ubuntu | 14.04 | x64 | 2.2 / 2.1 / 1.1 |
| | 16.04 | x64 | 2.2 / 2.1 / 1.1 |
| Ubuntu | 14.04 | x64 | 2.2 / 2.1 |
| | 16.04 | x64 | 2.2 / 2.1 |
| | 18.04 | x64 | 2.2 / 2.1 |

Other operating systems and versions supported by .NET Core should work as well
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and verify the signature:

$ dotnet add package NSec.Cryptography --version 19.1.0-preview1

NSec runs on .NET Core 2.2, 2.1 and 1.1 on Windows, Linux and Mac, and requires
NSec runs on .NET Core 2.2 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.


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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp1.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Experimental/NSec.Experimental.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp1.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
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.2;netcoreapp2.1;netcoreapp1.1</TargetFrameworks>
<TargetFrameworks>netcoreapp2.2;netcoreapp2.1</TargetFrameworks>
<AssemblyName>NSec.Tests</AssemblyName>
<RootNamespace>NSec.Tests</RootNamespace>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 94e9f73

Please sign in to comment.