diff --git a/CHANGELOG.md b/CHANGELOG.md
index 688fe91a..ea565e23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## 5.3.1 (2022-08-18)
+
+- Remove the `netstandard2.0` target framework from `GSS.Authentication.CAS.AspNetCore` to fix [CVE-2022-34716](https://github.com/advisories/GHSA-2m65-m22p-9wjw)
+
## 5.3.0 (2022-04-21)
- [Use the ASP.NET Core shared framework](https://docs.microsoft.com/aspnet/core/fundamentals/target-aspnetcore#use-the-aspnet-core-shared-framework) [#131](https://github.com/akunzai/GSS.Authentication.CAS/pull/131)
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index d05b0a3f..e505fd86 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -11,7 +11,7 @@
true
true
enable
- 5.3.0
+ 5.3.1
diff --git a/src/GSS.Authentication.CAS.AspNetCore/GSS.Authentication.CAS.AspNetCore.csproj b/src/GSS.Authentication.CAS.AspNetCore/GSS.Authentication.CAS.AspNetCore.csproj
index b87d28dd..03f14bc7 100644
--- a/src/GSS.Authentication.CAS.AspNetCore/GSS.Authentication.CAS.AspNetCore.csproj
+++ b/src/GSS.Authentication.CAS.AspNetCore/GSS.Authentication.CAS.AspNetCore.csproj
@@ -1,16 +1,12 @@
- netstandard2.0;netcoreapp3.1
+ netcoreapp3.1
ASP.NET Core Middlewares for CAS Authentication
-
-
-
-
-
+
\ No newline at end of file