From 2e1047fed0cc9c442aedfd6d247f1a45db92962f Mon Sep 17 00:00:00 2001 From: Bryan Apellanes <63638027+bryanapellanes-okta@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:14:38 -0600 Subject: [PATCH] OKTA-576349: update target framework to 4.6.2 where appropriate (#237) * OKTA-576349: update target framework to 4.6.2 where appropriate * update Okta.AspNet.Abstractions version to 5 * update README * remove old retiring entry * add retiring date * update changelog --- Okta.AspNet.Abstractions/CHANGELOG.md | 4 +++ .../Okta.AspNet.Abstractions.csproj | 8 ++--- Okta.AspNet.WebApi.IntegrationTest/Web.config | 2 +- .../packages.config | 36 +++++++++---------- README.md | 4 +-- 5 files changed, 29 insertions(+), 25 deletions(-) diff --git a/Okta.AspNet.Abstractions/CHANGELOG.md b/Okta.AspNet.Abstractions/CHANGELOG.md index b77db30..ea0795f 100644 --- a/Okta.AspNet.Abstractions/CHANGELOG.md +++ b/Okta.AspNet.Abstractions/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog Running changelog of releases since `3.0.5` +## v5.0.0 + +- Update target framework to v4.6.2 + ## v4.2.1 ### Bug Fixes diff --git a/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj b/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj index 1cffeb8..2a55dcd 100644 --- a/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj +++ b/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj @@ -1,8 +1,8 @@  - net452;netstandard2.0 - 4.2.1 + net462;netstandard2.0 + 5.0.0 @@ -36,8 +36,8 @@ true okta.aspnet.public.snk true - 4.2.1.0 - 4.2.1.0 + 5.0.0.0 + 5.0.0.0 diff --git a/Okta.AspNet.WebApi.IntegrationTest/Web.config b/Okta.AspNet.WebApi.IntegrationTest/Web.config index 6f2515d..07194ca 100644 --- a/Okta.AspNet.WebApi.IntegrationTest/Web.config +++ b/Okta.AspNet.WebApi.IntegrationTest/Web.config @@ -20,7 +20,7 @@ --> - + diff --git a/Okta.AspNet.WebApi.IntegrationTest/packages.config b/Okta.AspNet.WebApi.IntegrationTest/packages.config index 511f39f..088c120 100644 --- a/Okta.AspNet.WebApi.IntegrationTest/packages.config +++ b/Okta.AspNet.WebApi.IntegrationTest/packages.config @@ -1,12 +1,12 @@  - + - + @@ -14,21 +14,21 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index eb8fd21..1cde2ac 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ This library uses semantic versioning and follows Okta's [library version policy |Package| Version | Status | Compatibility| | ------- | ------- | ------------------------- | ----------------------- | -|`Okta.AspNet.Abstractions`| 4.x | :heavy_check_mark: Stable | .NET Standard 2.0 and .NET Framework 4.5.2 or higher.| -|`Okta.AspNet.Abstractions`| 3.x | :warning: Retiring | .NET Standard 2.0 and .NET Framework 4.5.2 or higher.| +|`Okta.AspNet.Abstractions`| 5.x | :heavy_check_mark: Stable | .NET Standard 2.0 and .NET Framework 4.6.2 or higher.| +|`Okta.AspNet.Abstractions`| 4.x | :warning: Retiring November 28th, 2023 | .NET Standard 2.0 and .NET Framework 4.5.2 or higher.| |`Okta.AspNet`| 3.x | :heavy_check_mark: Stable | .NET Framework 4.6.2 | |`Okta.AspNet`| 2.x | :warning: Retiring | .NET Framework 4.5.2 | |`Okta.AspNetCore`| 4.x | :heavy_check_mark: Stable | .NET Core 3.x, .NET 5.0 and .NET 6.0 |