diff --git a/.dotnet.metadata b/.dotnet.metadata
index b7b5ac9..08b3139 100644
--- a/.dotnet.metadata
+++ b/.dotnet.metadata
@@ -1 +1 @@
-ce35780d636509f074fdc6791d9d40ff606c0874 SOURCES/dotnet-v2.1.522-SDK.tar.gz
+d6b555ac64d98de6c7e8a1963733c483a88080c6 SOURCES/dotnet-v2.1.523-SDK.tar.gz
diff --git a/.gitignore b/.gitignore
index 1a2ec4d..3d366e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/dotnet-v2.1.522-SDK.tar.gz
+SOURCES/dotnet-v2.1.523-SDK.tar.gz
diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec
index 21fe3d2..261970f 100644
--- a/SPECS/dotnet.spec
+++ b/SPECS/dotnet.spec
@@ -28,13 +28,13 @@
 
 %global simple_name dotnet
 
-%global host_version 2.1.26
-%global runtime_version 2.1.26
-%global sdk_version 2.1.522
+%global host_version 2.1.27
+%global runtime_version 2.1.27
+%global sdk_version 2.1.523
 
 Name:           dotnet
 Version:        %{sdk_version}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        .NET Core CLI tools and runtime
 License:        MIT and ASL 2.0 and BSD
 URL:            https://github.com/dotnet/
@@ -317,6 +317,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet
 %{_libdir}/%{simple_name}/sdk/%{sdk_version}
 
 %changelog
+* Thu Apr 08 2021 Omair Majid <omajid@redhat.com> - 2.1.523-1
+- Update to .NET Core SDK 2.1.523 and Runtime 2.1.27
+- Resolves: RHBZ#1947454
+
 * Tue Mar 09 2021 Omair Majid <omajid@redhat.com> - 2.1.522-2
 - Update to .NET Core SDK 2.1.522 and Runtime 2.1.26
 - Resolves: RHBZ#1933334