diff --git a/appveyor.yml b/appveyor.yml index e20c9f35..d6602cf8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/circle.yml b/circle.yml index 3b221767..2f4e23f4 100644 --- a/circle.yml +++ b/circle.yml @@ -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 @@ -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) @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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 diff --git a/docs/install.md b/docs/install.md index acc3d99c..61af8f43 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 diff --git a/index.md b/index.md index 1318fd23..607dfe71 100644 --- a/index.md +++ b/index.md @@ -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. diff --git a/src/Cryptography/NSec.Cryptography.csproj b/src/Cryptography/NSec.Cryptography.csproj index 04ea5421..d40e0f06 100644 --- a/src/Cryptography/NSec.Cryptography.csproj +++ b/src/Cryptography/NSec.Cryptography.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netcoreapp1.1 + netstandard2.0 diff --git a/src/Experimental/NSec.Experimental.csproj b/src/Experimental/NSec.Experimental.csproj index 4f0b5e37..1608c13e 100644 --- a/src/Experimental/NSec.Experimental.csproj +++ b/src/Experimental/NSec.Experimental.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netcoreapp1.1 + netstandard2.0 diff --git a/tests/Tests.csproj b/tests/Tests.csproj index 7d10d94c..c31676d3 100644 --- a/tests/Tests.csproj +++ b/tests/Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2;netcoreapp2.1;netcoreapp1.1 + netcoreapp2.2;netcoreapp2.1 NSec.Tests NSec.Tests false